LPX55 commited on
Commit
1e0621f
·
verified ·
1 Parent(s): 88007c3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,16 +1,17 @@
1
  accelerate
2
  torch==2.4.0
3
  torchvision
4
- transformers >= 4.49.0
5
  xformers
6
  ftfy
7
  spaces
8
  diffusers @ git+https://github.com/huggingface/diffusers.git@main
9
  peft >= 0.6.0
10
  opencv-python
11
- sentencepiece==0.2.0
12
  optimum
13
  beautifulsoup4
14
  gradio==4.29.0
15
  gradio_imageslider
16
- bitsandbytes
 
 
1
  accelerate
2
  torch==2.4.0
3
  torchvision
4
+ transformers>= 4.49.0
5
  xformers
6
  ftfy
7
  spaces
8
  diffusers @ git+https://github.com/huggingface/diffusers.git@main
9
  peft >= 0.6.0
10
  opencv-python
11
+ sentencepiece>=0.2.0
12
  optimum
13
  beautifulsoup4
14
  gradio==4.29.0
15
  gradio_imageslider
16
+ bitsandbytes
17
+ pydantic>=2.8.1