Spaces:
Runtime error
Runtime error
michailroussos
commited on
Commit
·
b751030
1
Parent(s):
27a1f08
changed back model
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ import torch
|
|
6 |
# Model Configuration
|
7 |
max_seq_length = 2048
|
8 |
dtype = None
|
9 |
-
|
10 |
-
model_name_or_path = "Natassaf/lora_model-llama-new"
|
11 |
|
12 |
# Load Model and Tokenizer
|
13 |
print("Loading model...")
|
|
|
6 |
# Model Configuration
|
7 |
max_seq_length = 2048
|
8 |
dtype = None
|
9 |
+
model_name_or_path = "michailroussos/model_llama_8d"
|
10 |
+
#model_name_or_path = "Natassaf/lora_model-llama-new"
|
11 |
|
12 |
# Load Model and Tokenizer
|
13 |
print("Loading model...")
|