Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ text_generation_pipeline = pipeline(
|
|
15 |
"text-generation",
|
16 |
model=model_name,
|
17 |
model_kwargs={"torch_dtype": torch.float16, "load_in_4bit": True},
|
18 |
-
use_auth_token=
|
19 |
)
|
20 |
|
21 |
|
|
|
15 |
"text-generation",
|
16 |
model=model_name,
|
17 |
model_kwargs={"torch_dtype": torch.float16, "load_in_4bit": True},
|
18 |
+
use_auth_token=HF_TOKEN
|
19 |
)
|
20 |
|
21 |
|