Skip to content

Commit

Permalink
Version 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanzar committed Oct 5, 2023
1 parent 09a7fcc commit 3dd1147
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions FJUtils.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: FJUtils
Version: 0.0.16
Version: 0.0.17
Home-page: https://github.com/erfanzar/
Author: Erfan Zare Chavoshi
Author-email: [email protected]
Expand Down Expand Up @@ -108,7 +108,7 @@ optimizer, scheduler = get_adamw_with_linear_scheduler(

## Documentation

- TODO
Documentations are available [here](https://erfanzar.github.io/FJUtils/docs)

## Contributing

Expand Down
17 changes: 8 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,15 @@
url="https://github.com/erfanzar/",
packages=setuptools.find_packages(),
install_requires=[
"jax~=0.4.10",
"flax~=0.7.1",
"numpy",
"jax>=0.4.17",
"transformers>=4.34.0",
"typing~=3.7.4.3",
"transformers~=4.31.0",
"einops~=0.6.1",
"optax~=0.1.7",
"msgpack~=1.0.5",
"tqdm==4.65.0",
'ml_collections'
"numpy",
"flax>=0.7.3",
"optax>=0.1.7",
"einops>=0.6.1",
"msgpack>=1.0.5",
"ml_collections"
],
python_requires=">=3.7",
license='Apache License 2.0',
Expand Down

0 comments on commit 3dd1147

Please sign in to comment.