Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Oct 20, 2024
1 parent 50db051 commit 31abe7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ matrix factorization (NMF), built on PyTorch and runs on GPU.
## Installation

First, [install PyTorch](https://pytorch.org/get-started/locally/).
To run on Nvidia GPUs, install a CUDA-enabled version on supported platforms
(at the moment, Linux and Windows).
To run on Nvidia GPUs, install a CUDA-enabled version on Linux or Windows.

You can install tinytopics from PyPI:

Expand All @@ -23,4 +22,4 @@ cd tinytopics
python3 -m pip install -e .
```

Try [getting started](articles/get-started.md).
Try [getting started](https://nanx.me/tinytopics/articles/get-started/).
5 changes: 2 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ matrix factorization (NMF), built on PyTorch and runs on GPU.
## Installation

First, [install PyTorch](https://pytorch.org/get-started/locally/).
To run on Nvidia GPUs, install a CUDA-enabled version on supported platforms
(at the moment, Linux and Windows).
To run on Nvidia GPUs, install a CUDA-enabled version on Linux or Windows.

You can install tinytopics from PyPI:

Expand All @@ -23,4 +22,4 @@ cd tinytopics
python3 -m pip install -e .
```

Try [getting started](articles/get-started.md).
Try [getting started](https://nanx.me/tinytopics/articles/get-started/).

0 comments on commit 31abe7b

Please sign in to comment.