Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
allwefantasy committed Apr 28, 2024
1 parent 606537d commit 26d285c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo "Install ${project} ${version}"
pip install ${project}-${version}-py3-none-any.whl && cd -

# 默认模式设定
export MODE=${MODE:-"dev"}
export MODE=${MODE:-"release"}

# 发布模式下的操作
if [[ ${MODE} == "release" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ paramiko
einops
tqdm
loguru
pyjava==0.6.15
pyjava>=0.6.15
tiktoken
transformers_stream_generator
optimum
Expand Down
2 changes: 1 addition & 1 deletion src/auto_coder.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Requires-Dist: paramiko
Requires-Dist: einops
Requires-Dist: tqdm
Requires-Dist: loguru
Requires-Dist: pyjava==0.6.15
Requires-Dist: pyjava>=0.6.15
Requires-Dist: tiktoken
Requires-Dist: transformers_stream_generator
Requires-Dist: optimum
Expand Down
2 changes: 1 addition & 1 deletion src/auto_coder.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ paramiko
einops
tqdm
loguru
pyjava==0.6.15
pyjava>=0.6.15
tiktoken
transformers_stream_generator
optimum
Expand Down

0 comments on commit 26d285c

Please sign in to comment.