Skip to content

Commit

Permalink
fix: Remove unused PyTorch dependency
Browse files Browse the repository at this point in the history
Fixes instructlab#478

Signed-off-by: Fabien Dupont <[email protected]>
  • Loading branch information
fabiendupont committed Jan 15, 2025
1 parent 725e5ab commit 0d11884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Any users that were specifying custom pipeline configs (instead of using the def

### Fixes

* The PyTorch dependency is removed, because SDG doesn't directly use PyTorch. The test suite still depends on `instructlab` core, which depends on PyTorch.

## v0.6.3

### Fixes
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ openai>=1.13.3,<2.0.0
sentencepiece>=0.2.0
tabulate>=0.9.0
tenacity>=8.3.0,!=8.4.0
torch>=2.3.0,<2.6.0
transformers>=4.41.2
xdg-base-dirs>=6.0.1

0 comments on commit 0d11884

Please sign in to comment.