hendrydong commited on
Commit
74fa773
·
1 Parent(s): e4f3acf

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ def main():
119
  model_args,
120
  tune_strategy='none',
121
  ds_config=ds_config,
122
- device="cpu",#pipeline_args.device,
123
  )
124
 
125
  # We don't need input data, we will read interactively from stdin
 
119
  model_args,
120
  tune_strategy='none',
121
  ds_config=ds_config,
122
+ device=pipeline_args.device,
123
  )
124
 
125
  # We don't need input data, we will read interactively from stdin