Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
9078162
1
Parent(s):
0621f21
init
Browse files
app.py
CHANGED
|
@@ -17,8 +17,8 @@ os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
|
| 17 |
# --- MODIFICATION START ---
|
| 18 |
# Import necessary model classes from the local directory
|
| 19 |
# This assumes you have your model files in a 'llada_code' subfolder
|
| 20 |
-
from
|
| 21 |
-
from
|
| 22 |
# --- MODIFICATION END ---
|
| 23 |
|
| 24 |
|
|
|
|
| 17 |
# --- MODIFICATION START ---
|
| 18 |
# Import necessary model classes from the local directory
|
| 19 |
# This assumes you have your model files in a 'llada_code' subfolder
|
| 20 |
+
from model_cache.llada.modeling_llada import LLaDAModelLM
|
| 21 |
+
from model_cache.llada.configuration_llada import LLaDAConfig
|
| 22 |
# --- MODIFICATION END ---
|
| 23 |
|
| 24 |
|