mamkkl commited on
Commit
85d1cdf
·
verified ·
1 Parent(s): c4ebe79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ For more information on `huggingface_hub` Inference API support, please check th
12
  from llama_rope_scaled_monkey_patch import replace_llama_rope_with_scaled_rope
13
  replace_llama_rope_with_scaled_rope()
14
  base_model = "Neko-Institute-of-Science/LLaMA-65B-HF"
15
- lora_weights = "adapter_config.json"
16
  cache_dir = "/data"
17
  model = transformers.AutoModelForCausalLM.from_pretrained(
18
  base_model,
 
12
  from llama_rope_scaled_monkey_patch import replace_llama_rope_with_scaled_rope
13
  replace_llama_rope_with_scaled_rope()
14
  base_model = "Neko-Institute-of-Science/LLaMA-65B-HF"
15
+ lora_weights = "./adapter_config.json"
16
  cache_dir = "/data"
17
  model = transformers.AutoModelForCausalLM.from_pretrained(
18
  base_model,