vidhanm commited on
Commit
984c158
·
1 Parent(s): 8eb1253
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -8,7 +8,7 @@ transformers==4.52.3
8
  tokenizers==0.21.1
9
  huggingface-hub==0.32.0
10
  safetensors==0.5.3
11
- Pillow==11.2.1 # generate.py uses PIL.Image
12
  # For protobuf, if your local 6.31.0 is confirmed, use it. Otherwise, a standard one:
13
  protobuf==4.25.3 # Or your confirmed local 6.31.0 if pip-installable
14
  accelerate # Good to include, though generate.py might not explicitly use it
 
8
  tokenizers==0.21.1
9
  huggingface-hub==0.32.0
10
  safetensors==0.5.3
11
+ Pillow==10.4.0 # generate.py uses PIL.Image
12
  # For protobuf, if your local 6.31.0 is confirmed, use it. Otherwise, a standard one:
13
  protobuf==4.25.3 # Or your confirmed local 6.31.0 if pip-installable
14
  accelerate # Good to include, though generate.py might not explicitly use it