Skip to content

Commit

Permalink
remove torch deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Jan 30, 2024
1 parent fe77fe8 commit 0cb8486
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: |
cd ${{ github.workspace }}
pip install --upgrade pip
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install -e .
- name: Test LangPort
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: |
cd ${{ github.workspace }}
pip install --upgrade pip
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install -e .
- name: Test LangPort
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
dependencies = [
"accelerate>=0.22.0", "fastapi", "httpx", "numpy", "pydantic<=1.10.13", "requests",
"rich>=10.0.0", "sentencepiece", "datasets>=2.14.5", "cachetools", "asyncache",
"shortuuid", "tokenizers>=0.14.1", "torch", "chatproto",
"shortuuid", "tokenizers>=0.14.1", "chatproto",
"transformers>=4.34.0", "uvicorn", "wandb", "tenacity>=8.2.2",
]

Expand Down

0 comments on commit 0cb8486

Please sign in to comment.