Spaces:
Runtime error
Runtime error
Tao Wu commited on
Commit ·
7300493
1
Parent(s): 472e7e4
fix bug
Browse files- app/embedding_setup.py +1 -1
- requirements.txt +0 -0
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='Llama-3-8B-Instruct_CourseRec_lora/2', max_new_tokens=max_new_tokens)
|
| 82 |
|
| 83 |
return resp
|
| 84 |
|
requirements.txt
CHANGED
|
Binary files a/requirements.txt and b/requirements.txt differ
|
|
|