lkjjj26 commited on
Commit
adaf6c5
·
1 Parent(s): 422b4c9

update app.py cuda

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ class PDBSearchAssistant:
31
  max_new_tokens=1024,
32
  temperature=0.1,
33
  torch_dtype="auto",
34
- device="cpu" # cuda or cpu
35
  )
36
 
37
  self.prompt_template = """
 
31
  max_new_tokens=1024,
32
  temperature=0.1,
33
  torch_dtype="auto",
34
+ device="cuda" # cuda or cpu
35
  )
36
 
37
  self.prompt_template = """