File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -72,5 +72,6 @@ RUN make socket-kit.so
72
72
73
73
ENV PATH="/app:${PATH}"
74
74
75
+ RUN pip install -U pip
75
76
RUN pip install -e .
76
77
RUN pip install -r requirements_docker.txt
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ fastapi==0.111.0
3
3
joblib == 1.4.2
4
4
loguru == 0.7.2
5
5
pandas == 2.2.2
6
- huggingface_hub == 0.23.4
6
+ huggingface_hub == 0.24.6
7
7
tabulate == 0.9.0
8
8
markdown == 3.6
9
9
psutil == 6.0.0
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ xgboost==2.1.0
7
7
nltk==3.8.1
8
8
optuna==3.6.1
9
9
einops==0.8.0
10
- peft==0.11.1
10
+ peft==0.12.0
11
11
trl==0.9.6
12
12
tiktoken==0.7.0
13
- transformers==4.42.3
14
- accelerate==0.32.1
15
- diffusers==0.29.2
16
- bitsandbytes==0.43.1
13
+ transformers==4.44.1
14
+ accelerate==0.33.0
15
+ diffusers==0.30.0
16
+ bitsandbytes==0.43.3
17
17
tqdm==4.66.4
You can’t perform that action at this time.
0 commit comments