mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-28 03:39:48 +00:00
fix: remove broken symlink in archive/ktransformers/ (#1906)
The symlink `archive/ktransformers/ktransformers` points to `/home/djw/py311_717/ktransformers/ktransformers`, an absolute path on a developer's local machine. It was introduced in #1581 during the repository restructuring and is broken on every other machine. Tools that recursively copy the repo tree (e.g. shutil.copytree) fail with FileNotFoundError on this dangling link.
This commit is contained in:
parent
ad19a3e653
commit
9b2d3b687b
1 changed files with 0 additions and 1 deletions
|
|
@ -1 +0,0 @@
|
|||
/home/djw/py311_717/ktransformers/ktransformers
|
||||
Loading…
Add table
Add a link
Reference in a new issue