Husnain commited on
Commit
124972e
1 Parent(s): eea80f1

📝 [Config] Update requirements.txt with sentencepiece and protobuf

Browse files
.github/workflows/sync_to_hf_space.yml CHANGED
@@ -3,8 +3,9 @@ on:
3
  push:
4
  paths:
5
  - "configs/config.json"
6
- - "./Dockerfile"
7
  - ".github/workflows/sync_to_hf_space.yml"
 
8
  workflow_dispatch:
9
 
10
  jobs:
 
3
  push:
4
  paths:
5
  - "configs/config.json"
6
+ - "Dockerfile"
7
  - ".github/workflows/sync_to_hf_space.yml"
8
+ - "requirements.txt"
9
  workflow_dispatch:
10
 
11
  jobs: