syedfaisalabrar commited on
Commit
7eebf99
·
verified ·
1 Parent(s): 9ae840f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ model_path = "best.pt"
12
  model = YOLO(model_path)
13
 
14
  os.system("pip uninstall -y bitsandbytes")
15
- os.system("pip install --force-reinstall 'https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_multi-backend-refactor/bitsandbytes-0.44.1.dev0-py3-none-win_amd64.whl'")
16
  os.system("pip install intel_extension_for_pytorch")
17
  os.environ["CUDA_VISIBLE_DEVICES"] = "" # Forces CPU mode
18
 
 
12
  model = YOLO(model_path)
13
 
14
  os.system("pip uninstall -y bitsandbytes")
15
+ os.system("pip install --force-reinstall 'https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_multi-backend-refactor/bitsandbytes-0.44.1.dev0-py3-none-any.whl'")
16
  os.system("pip install intel_extension_for_pytorch")
17
  os.environ["CUDA_VISIBLE_DEVICES"] = "" # Forces CPU mode
18