Spaces:
Running
on
Zero
Running
on
Zero
added instructlab model
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ print(f'HUGGINGFACE_API_TOKEN: {token}')
|
|
14 |
|
15 |
model = "meta-llama/Meta-Llama-3-8B-Instruct"
|
16 |
model = "ibm-granite/granite-3b-code-instruct"
|
|
|
17 |
|
18 |
print(f'Loading model {model}')
|
19 |
|
|
|
14 |
|
15 |
model = "meta-llama/Meta-Llama-3-8B-Instruct"
|
16 |
model = "ibm-granite/granite-3b-code-instruct"
|
17 |
+
model = "instructlab/granite-7b-lab"
|
18 |
|
19 |
print(f'Loading model {model}')
|
20 |
|