Explorar o código

Merge pull request #263 from HideLord/main

Fixing compatibility with GPTQ repository
oobabooga %!s(int64=2) %!d(string=hai) anos
pai
achega
901dcba9b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/quantized_LLaMA.py

+ 1 - 1
modules/quantized_LLaMA.py

@@ -41,7 +41,7 @@ def load_quantized_LLaMA(model_name):
         print(f"Could not find {pt_model}, exiting...")
         exit()
 
-    model = load_quant(path_to_model, pt_path, bits)
+    model = load_quant(path_to_model, os.path.abspath(pt_path), bits)
 
     # Multi-GPU setup
     if shared.args.gpu_memory: