Skip to content

Commit

Permalink
M1 and M2 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderVNikitin committed Mar 11, 2024
1 parent cd7986f commit dc62543
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ The framework can be used for:
pip install tsgm
```

### M1 and M2 chips:
To install `tsgm` on Apple M1 and M2 chips:
```bash
# Install tensorflow
conda install -c conda-forge tensorflow=2.9.1

# Install tsgm without dependencies
pip install tsgm --no-deps

# Install rest of the dependencies (separately here for clarity)
conda install tensorflow-probability scipy antropy statsmodels dtaidistance networkx optuna prettytable seaborn scikit-learn yfinance tqdm
```


## Train your generative model

Expand Down

0 comments on commit dc62543

Please sign in to comment.