Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ class PDBSearchAssistant:
|
|
30 |
max_new_tokens=1024,
|
31 |
temperature=0.1,
|
32 |
torch_dtype="auto",
|
33 |
-
device="
|
34 |
)
|
35 |
|
36 |
self.prompt_template = """
|
|
|
30 |
max_new_tokens=1024,
|
31 |
temperature=0.1,
|
32 |
torch_dtype="auto",
|
33 |
+
device="cuda"
|
34 |
)
|
35 |
|
36 |
self.prompt_template = """
|