Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ pipe = pipeline(
|
|
15 |
model=modelpath,
|
16 |
torch_dtype=torch.bfloat16,
|
17 |
device_map="auto",
|
18 |
-
use_auth_token=hf_token
|
19 |
)
|
20 |
messages = [
|
21 |
{"role": "system", "content": "You are a customer applying for a loan. Provide dummy details about your application and negotiate the terms."},
|
|
|
15 |
model=modelpath,
|
16 |
torch_dtype=torch.bfloat16,
|
17 |
device_map="auto",
|
|
|
18 |
)
|
19 |
messages = [
|
20 |
{"role": "system", "content": "You are a customer applying for a loan. Provide dummy details about your application and negotiate the terms."},
|