Spaces:
Runtime error
Runtime error
Tao Wu commited on
Commit ·
bf51586
1
Parent(s): af83df0
fix bug
Browse files- app/embedding_setup.py +1 -1
app/embedding_setup.py
CHANGED
|
@@ -78,7 +78,7 @@ def evaluate(
|
|
| 78 |
**kwargs,
|
| 79 |
):
|
| 80 |
|
| 81 |
-
resp = lorax_client.generate(prompt,adapter_id=
|
| 82 |
|
| 83 |
return resp
|
| 84 |
|
|
|
|
| 78 |
**kwargs,
|
| 79 |
):
|
| 80 |
|
| 81 |
+
resp = lorax_client.generate(prompt,adapter_id='wt3639/Llama-3-8B-Instruct_CourseRec_lora', adapter_source='hub', max_new_tokens=max_new_tokens)
|
| 82 |
|
| 83 |
return resp
|
| 84 |
|