mirror of
https://github.com/wassname/alpaca_convert.git
synced 2026-06-27 17:14:28 +08:00
fixes for most recent update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import torch
|
||||
import numpy as np
|
||||
import quant_cuda
|
||||
from gptq_llama import quant_cuda
|
||||
|
||||
|
||||
# Global Buffer
|
||||
|
||||
@@ -3,6 +3,7 @@ accelerate
|
||||
bitsandbytes
|
||||
datasets
|
||||
sentencepiece
|
||||
safetensors
|
||||
git+https://github.com/huggingface/transformers.git
|
||||
git+https://github.com/sterlind/GPTQ-for-LLaMa.git@lora_4bit
|
||||
git+https://github.com/sterlind/peft.git
|
||||
|
||||
Reference in New Issue
Block a user