hperkins commited on
Commit
55a5222
1 Parent(s): 45f4c1a

Added custom handler and model files for deployment

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +8 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ myenv/
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ torch>=1.10.0
2
+ opencv-python-headless>=4.5.3.56
3
+ Pillow>=8.0.0
4
+ numpy==2.1.1
5
+ regex==2024.7.24
6
+ safetensors==0.4.4
7
+ tokenizers==0.19.1
8
+ transformers==4.44.2