VikramSingh178 commited on
Commit
112b9b4
1 Parent(s): 2b4f9c7

chore: Disable compile in config.py

Browse files
Files changed (1) hide show
  1. scripts/config.py +1 -1
scripts/config.py CHANGED
@@ -9,7 +9,7 @@ PRODUCTS_10k_DATASET:str = "VikramSingh178/Products-10k-BLIP-captions"
9
  CAPTIONING_MODEL_NAME:str = "Salesforce/blip-image-captioning-base"
10
  SEGMENTATION_MODEL_NAME:str = "facebook/sam-vit-large"
11
  DETECTION_MODEL_NAME:str = "yolov8l"
12
- ENABLE_COMPILE:bool = True
13
  INPAINTING_MODEL_NAME:str = 'kandinsky-community/kandinsky-2-2-decoder-inpaint'
14
 
15
 
 
9
  CAPTIONING_MODEL_NAME:str = "Salesforce/blip-image-captioning-base"
10
  SEGMENTATION_MODEL_NAME:str = "facebook/sam-vit-large"
11
  DETECTION_MODEL_NAME:str = "yolov8l"
12
+ ENABLE_COMPILE:bool = False
13
  INPAINTING_MODEL_NAME:str = 'kandinsky-community/kandinsky-2-2-decoder-inpaint'
14
 
15