Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,11 +63,11 @@ tokenizer.padding_side = 'left'
|
|
63 |
|
64 |
peft_config = PeftConfig.from_pretrained("Tonic/GaiaMiniMed")
|
65 |
|
|
|
|
|
66 |
# Using Optimum
|
67 |
|
68 |
peft_model = peft_model.to_bettertransformer("tiiuae/falcon-7b-instruct")
|
69 |
-
peft_model = PeftModel.from_pretrained(peft_model, "Tonic/GaiaMiniMed")
|
70 |
-
|
71 |
|
72 |
|
73 |
# Specify the configuration class for the model
|
|
|
63 |
|
64 |
peft_config = PeftConfig.from_pretrained("Tonic/GaiaMiniMed")
|
65 |
|
66 |
+
peft_model = PeftModel.from_pretrained(peft_model, "Tonic/GaiaMiniMed")
|
67 |
+
|
68 |
# Using Optimum
|
69 |
|
70 |
peft_model = peft_model.to_bettertransformer("tiiuae/falcon-7b-instruct")
|
|
|
|
|
71 |
|
72 |
|
73 |
# Specify the configuration class for the model
|