Skip to content

Commit

Permalink
Debuging Shard_gather_fns
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanzar committed Jan 10, 2024
1 parent d8b1752 commit 7ceeeda
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
[build-system]
build-backend = "setuptools.build_meta"

requires = [
"jax>=0.4.16",
"jaxlib>=0.4.16",
"numpy~=1.26.2",
"typing~=3.7.4.3",
"flax~=0.7.5",
"chex~=0.1.84",
"ipython~=8.17.2",
"datasets~=2.14.7",
"einops~=0.6.1",
"msgpack~=1.0.7",
"tqdm~=4.64.1",
"optax~=0.1.7",
"setuptools~=68.1.2",
"ml_collections==0.1.1"
]
[tool.black]
line-length = 88
target-version = ["py37", "py38", "py39", "py310", "py311", "py312"]
Expand Down

0 comments on commit 7ceeeda

Please sign in to comment.