Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ We provide [datasets](memax/datasets) to test our recurrent models.
# Getting Started
Install `memax` using pip and git for your specific framework
```bash
pip install "memax[equinox]@git+https://github.com/smorad/memax"
pip install "memax[flax]@git+https://github.com/smorad/memax"
pip install "memax[equinox]"
pip install "memax[flax]"
```
If you want to use our dataset and training scripts, install via
```bash
pip install "memax[dataset,equinox]@git+https://github.com/smorad/memax"
pip install "memax[dataset,flax]@git+https://github.com/smorad/memax"
pip install "memax[train,equinox]"
pip install "memax[train,flax]"
```

## Equinox Quickstart
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="memax",
version="0.1.0",
version="0.1.1",
author="Steven Morad",
author_email="stevenmorad@gmail.com",
description="Deep memory and sequence modeling in JAX",
Expand Down