assentian1970 commited on
Commit
d0eb201
·
verified ·
1 Parent(s): b1050aa

Update image_captioning.py

Browse files
Files changed (1) hide show
  1. image_captioning.py +1 -1
image_captioning.py CHANGED
@@ -29,7 +29,7 @@ if DEVICE == "cuda":
29
 
30
  # Model configuration
31
  MODEL_NAME = 'iic/mPLUG-Owl3-7B-240728'
32
- MODEL_CACHE_DIR = "data/models"
33
  os.makedirs(MODEL_CACHE_DIR, exist_ok=True)
34
 
35
  # Download and cache the model
 
29
 
30
  # Model configuration
31
  MODEL_NAME = 'iic/mPLUG-Owl3-7B-240728'
32
+ MODEL_CACHE_DIR = "/data/models"
33
  os.makedirs(MODEL_CACHE_DIR, exist_ok=True)
34
 
35
  # Download and cache the model