Remove Ray from requirements_mtj.txt

I made some changes recently to mesh transformer JAX so that we don't
need Ray anymore. This should make the installation a little faster.
This commit is contained in:
Gnome Ann 2022-04-04 12:42:33 -04:00
parent 0882ba165c
commit 66bc7e10bf
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ tqdm
requests
optax >= 0.0.5, <= 0.0.9
dm-haiku == 0.0.5
ray[default]
jax == 0.2.21
transformers >= 4.17
progressbar2