From 469bed2c0e9f519c48cdbba263ae21d9d17d83b2 Mon Sep 17 00:00:00 2001 From: Bowen Tan Date: Thu, 7 Dec 2023 01:11:06 -0500 Subject: [PATCH] updated. --- README.md | 10 +--------- setup.py | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 08b088e..9e122db 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,9 @@ Here is also a [Quick Tutorial](tutorials/quick.md) for you to become an expert ``` pip install redco ``` -For the most up-to-date version: -``` -git clone https://github.com/tanyuqian/redco.git -cd redco -pip install -e . -``` #### Adjust Jax & Flax versions -The command above would automatically install cpu version of jax, so the version of Jax need to be adjusted based on your device. - -For example, +The command above would automatically install cpu version of jax, so the version of Jax need to be adjusted based on your device. For example, ``` pip install --upgrade flax==0.7.0 pip install --upgrade jax[cuda11_pip]==0.4.13 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html diff --git a/setup.py b/setup.py index a3caade..0ead3c3 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="redco", - version="0.4.14dev", + version="0.4.14", author="Bowen Tan", packages=find_packages(), install_requires=['jax', 'flax', 'optax', 'numpy'],