Hansimov commited on
Commit
aa6ccf1
1 Parent(s): b445e85

:pencil: [Config] Update requirements.txt with sentencepiece and

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:
requirements.txt CHANGED
@@ -5,8 +5,10 @@ httpx
5
  jinja2
6
  markdown2[all]
7
  openai
 
8
  pydantic
9
  requests
 
10
  sse_starlette
11
  termcolor
12
  tclogger
 
5
  jinja2
6
  markdown2[all]
7
  openai
8
+ protobuf
9
  pydantic
10
  requests
11
+ sentencepiece
12
  sse_starlette
13
  termcolor
14
  tclogger