optimized attention and mlp for performance, add lora monkey patch for models here and GPTQ_For_Llama models using optimization

This commit is contained in:
John Smith
2023-04-22 15:18:54 +08:00
parent 35caccd376
commit de3c91834e
4 changed files with 365 additions and 3 deletions

3
.gitignore vendored
View File

@@ -5,3 +5,6 @@ llama-13b-4bit
llama-13b-4bit.pt
text-generation-webui/
repository/
build/
dist/
*.egg-info*