iammraat commited on
Commit
d14ce47
·
verified ·
1 Parent(s): e052503

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -2
requirements.txt CHANGED
@@ -1,9 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio
2
- transformers>=4.45.0
 
 
 
 
3
  torch
4
  torchvision
5
  pillow
6
  numpy<2.0.0
7
- accelerate
8
  tiktoken
9
  verovio
 
1
+ #gradio
2
+ #transformers>=4.45.0
3
+ #torch
4
+ #torchvision
5
+ #pillow
6
+ #numpy<2.0.0
7
+ #accelerate
8
+ #tiktoken
9
+ #verovio
10
+
11
+
12
+
13
+
14
  gradio
15
+ # Downgrade transformers to support GOT-OCR's older custom code
16
+ transformers==4.37.2
17
+ # Pin accelerate to a compatible version
18
+ accelerate==0.28.0
19
+ # Standard dependencies
20
  torch
21
  torchvision
22
  pillow
23
  numpy<2.0.0
 
24
  tiktoken
25
  verovio