Uglevod7 commited on
Commit
0f2d687
1 Parent(s): 563ae02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ model_name_or_path = "TheBloke/Unholy-v1-12L-13B-GPTQ"
5
  # To use a different branch, change revision
6
  # For example: revision="main"
7
  model = AutoModelForCausalLM.from_pretrained( model_name_or_path,
8
- device_map="auto",
9
  trust_remote_code=False,
10
  revision="main",device_map="cuda:0"
11
 
 
5
  # To use a different branch, change revision
6
  # For example: revision="main"
7
  model = AutoModelForCausalLM.from_pretrained( model_name_or_path,
8
+ #device_map="auto",
9
  trust_remote_code=False,
10
  revision="main",device_map="cuda:0"
11