Skip to content

Commit

Permalink
up tokenizers deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya52 committed Apr 19, 2024
1 parent 7df3301 commit 7e59797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ class PyPackage:
data=["refact_toolbox_db/htmls/*.html"]),
"refact_utils": PyPackage(),
"refact_encoding": PyPackage(
requires=["tiktoken", "tokenizers==0.15.0", "sentencepiece", "termcolor", "protobuf"],
requires=["tiktoken", "tokenizers>=0.15.0", "sentencepiece", "termcolor", "protobuf"],
data=["*.json"]),
"refact_scratchpads": PyPackage(
requires=["termcolor", "torch"],
requires_packages=["refact_encoding", "code_contrast", "refact_scratchpads_no_gpu"]),
"refact_scratchpads_no_gpu": PyPackage(
requires=["termcolor", "aiohttp", "tiktoken", "openai>=1.0.0", "ujson", "setproctitle"]),
"refact_data_pipeline": PyPackage(
requires=["numpy", "tokenizers==0.15.0", "torch", "requests>=2.31.0", "cloudpickle", "blobfile",
requires=["numpy", "tokenizers>=0.15.0", "torch", "requests>=2.31.0", "cloudpickle", "blobfile",
"tqdm", "dataclasses_json", "termcolor", 'more_itertools', "cdifflib",
"ujson", "zstandard", "scipy", "einops", "matplotlib", "giturlparse",
"jsonlines", "binpacking", "filelock", "tables==3.8.0", "pygments", "kshingle"],
Expand Down

0 comments on commit 7e59797

Please sign in to comment.