Spaces:
Runtime error
Runtime error
legolasyiu
commited on
Commit
•
ed170cb
1
Parent(s):
931d198
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ quantization_config = BitsAndBytesConfig(
|
|
33 |
|
34 |
# 2. Create model
|
35 |
llm = HuggingFacePipeline.from_model_id(
|
36 |
-
model_id="EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003",
|
37 |
task="text-generation",
|
38 |
pipeline_kwargs=dict(
|
39 |
max_new_tokens=2048,
|
|
|
33 |
|
34 |
# 2. Create model
|
35 |
llm = HuggingFacePipeline.from_model_id(
|
36 |
+
model_id="EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds",
|
37 |
task="text-generation",
|
38 |
pipeline_kwargs=dict(
|
39 |
max_new_tokens=2048,
|