update
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from utils.gradio import reset_textbox, cancel_outputing, transfer_input, \
|
|
| 12 |
|
| 13 |
# set variables
|
| 14 |
BASE_MODEL = "llama-7B"
|
| 15 |
-
LORA_MODEL = "
|
| 16 |
|
| 17 |
|
| 18 |
print("Loading model...")
|
|
|
|
| 12 |
|
| 13 |
# set variables
|
| 14 |
BASE_MODEL = "llama-7B"
|
| 15 |
+
LORA_MODEL = "lemur-7B"
|
| 16 |
|
| 17 |
|
| 18 |
print("Loading model...")
|
requirements.txt
CHANGED
|
@@ -3,4 +3,5 @@ torch==2.0.1
|
|
| 3 |
git+https://github.com/huggingface/transformers.git
|
| 4 |
gradio
|
| 5 |
datasets
|
| 6 |
-
bitsandbytes
|
|
|
|
|
|
| 3 |
git+https://github.com/huggingface/transformers.git
|
| 4 |
gradio
|
| 5 |
datasets
|
| 6 |
+
bitsandbytes
|
| 7 |
+
scipy
|