LukasHug commited on
Commit
1ea128f
1 Parent(s): aee5849

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ Set the environment variable `model` to change the model:
100
  available_devices = os.getenv("CUDA_VISIBLE_DEVICES", "0")
101
  model_path, model_name = model, model.split("/")[-1]
102
 
103
- # worker_proc = start_worker(model_path, model_name, bits=bits)
104
 
105
 
106
  # Wait for worker and controller to start
 
100
  available_devices = os.getenv("CUDA_VISIBLE_DEVICES", "0")
101
  model_path, model_name = model, model.split("/")[-1]
102
 
103
+ worker_proc = start_worker(model_path, model_name, bits=bits)
104
 
105
 
106
  # Wait for worker and controller to start