red1xe commited on
Commit
0f96a52
2 Parent(s): 5f87533 6a505b7

Merge branch 'main' of

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ peft_model_base = AutoModelForCausalLM.from_pretrained(model_name, quantization_
32
  peft_model = PeftModel.from_pretrained(peft_model_base,
33
  'red1xe/Llama-2-7B-codeGPT',
34
  torch_dtype=torch.bfloat16,
35
- is_trainable=False)
 
32
  peft_model = PeftModel.from_pretrained(peft_model_base,
33
  'red1xe/Llama-2-7B-codeGPT',
34
  torch_dtype=torch.bfloat16,
35
+ is_trainable=False)