Skip to content

Commit

Permalink
Update easyconfigs.py - add exception for tiktoken version
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman authored Nov 22, 2024
1 parent bb21b43 commit 28410b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/easyconfigs/easyconfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,8 @@ def check_dep_vars(self, gen, dep, dep_vars):
# tensorflow-probability version to TF version
('2.8.4;', ['tensorflow-probability-0.16.0-']),
],
# vLLM has pinned dependency tiktoken == 0.6.0
'tiktoken': [('0.6.0;', ['vLLM-0.4.0-'])],
# smooth-topk uses a newer version of torchvision
'torchvision': [('0.11.3;', ['smooth-topk-1.0-20210817-'])],
# for the sake of backwards compatibility, keep UCX-CUDA v1.11.0 which depends on UCX v1.11.0
Expand Down

0 comments on commit 28410b6

Please sign in to comment.