soutrik commited on
Commit
c04090f
1 Parent(s): 0bba6cb

added: req.txt for gradio deployment

Browse files
.github/workflows/hf_deploy.yaml CHANGED
@@ -9,7 +9,7 @@ jobs:
9
  sync-to-hub:
10
  runs-on: ubuntu-latest
11
  steps:
12
- - uses: actions/checkout@v3
13
  with:
14
  fetch-depth: 0
15
  lfs: true
@@ -57,4 +57,5 @@ jobs:
57
  env:
58
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
59
  USER: soutrik
60
- SPACE: gradio_demo
 
 
9
  sync-to-hub:
10
  runs-on: ubuntu-latest
11
  steps:
12
+ - uses: actions/checkout@v4
13
  with:
14
  fetch-depth: 0
15
  lfs: true
 
57
  env:
58
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
59
  USER: soutrik
60
+ SPACE: gradio_demo_CatDogClassifier
61
+
requirements.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch==2.4.1
2
+ torchvision==0.19.1
3
+ hydra-colorlog==1.2.0
4
+ hydra-core==1.3.2
5
+ lightning[extra]==2.4.0
6
+ loguru==0.7.2
7
+ rich==13.8.1
8
+ rootutils==1.0.7
9
+ tensorboard==2.17.1
10
+ timm==1.0.9
11
+ pandas>=2.2.3
12
+ numpy>=1.26.0
13
+ transformers>=4.45.2
14
+ aim>=3.25.0
15
+ mlflow>=2.17.1
16
+ hydra-optuna-sweeper>=1.2.0
17
+ aiologger>=0.7.0
18
+ pyyaml>=6.0.2
19
+ dvc-s3>=3.2.0
20
+ litserve>=0.2.4
21
+ gpustat>=1.1.1
22
+ nvitop>=1.3.2
23
+ gradio==5.7.1
24
+ gradio-client>=1.5.0
25
+ accelerate>=1.1.1
26
+ cryptography>=44.0.0
27
+ boto3
28
+ pyopenssl>=24.3.0