feat: implement parasitic QLoRA adapter extraction and unit tests

This commit is contained in:
AI-anonymous
2026-05-20 15:03:34 +02:00
parent a1c123e590
commit 7e2e86d98c
4 changed files with 636 additions and 0 deletions

8
.gitignore vendored
View File

@@ -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