feat: implement parasitic QLoRA adapter extraction and unit tests
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -9,8 +9,10 @@ out/
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
*.pyd
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
*.exe
|
||||
|
||||
# IDE
|
||||
@@ -44,3 +46,9 @@ Thumbs.db
|
||||
|
||||
# libtorch download
|
||||
libtorch/
|
||||
|
||||
# Local cache and artifacts
|
||||
*.pt
|
||||
scratch/
|
||||
telemetry.log
|
||||
telemetry.offset
|
||||
|
||||
Reference in New Issue
Block a user