jokerbit commited on
Commit
3a690f4
·
verified ·
1 Parent(s): 1562e58

Upload src/pipeline.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. src/pipeline.py +1 -1
src/pipeline.py CHANGED
@@ -23,7 +23,7 @@ torch._inductor.config.coordinate_descent_check_all_directions = True
23
 
24
 
25
  os.environ['PYTORCH_CUDA_ALLOC_CONF']="expandable_segments:True"
26
- # os.environ["TOKENIZERS_PARALLELISM"] = "True"
27
  CHECKPOINT = "jokerbit/flux.1-schnell-Robert-int8wo"
28
  REVISION = "5ef0012f11a863e5111ec56540302a023bc8587b"
29
 
 
23
 
24
 
25
  os.environ['PYTORCH_CUDA_ALLOC_CONF']="expandable_segments:True"
26
+ os.environ["TOKENIZERS_PARALLELISM"] = "True"
27
  CHECKPOINT = "jokerbit/flux.1-schnell-Robert-int8wo"
28
  REVISION = "5ef0012f11a863e5111ec56540302a023bc8587b"
29