Skip to content

Commit

Permalink
fix test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RayJi01 committed Aug 8, 2023
1 parent 09f13b9 commit 001f31c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
pip install sentencepiece
pip install transformers_stream_generator
pip install bitsandbytes
pip install ctransformers
pip install -e ".[dev]"
working-directory: .

Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ dev =
flake8>=3.8.0
black
all =
chatglm-cpp
ctransformers
llama-cpp-python>=0.1.77
transformers>=4.31.0
Expand Down

0 comments on commit 001f31c

Please sign in to comment.