Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def load_llm_model():
|
|
78 |
# device_map='auto',
|
79 |
# torch_dtype=torch.float16,
|
80 |
# use_auth_token= st.secrets['hf_access_token'],
|
81 |
-
|
82 |
#return llm
|
83 |
pipe = pipeline("text-generation",
|
84 |
model=model,
|
|
|
78 |
# device_map='auto',
|
79 |
# torch_dtype=torch.float16,
|
80 |
# use_auth_token= st.secrets['hf_access_token'],
|
81 |
+
|
82 |
#return llm
|
83 |
pipe = pipeline("text-generation",
|
84 |
model=model,
|