From 31abe7bd2ff3014fd11ada6240eaecde1a63e4ff Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Sun, 20 Oct 2024 01:06:38 -0400 Subject: [PATCH] Fix link --- README.md | 5 ++--- docs/index.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1509265..a1329ae 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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/). diff --git a/docs/index.md b/docs/index.md index 5bab36e..83de699 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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: @@ -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/).