From 9a14443499a77e93621447f8601ab80153b15cdb Mon Sep 17 00:00:00 2001 From: fengints <64303724+fengints@users.noreply.github.com> Date: Sun, 28 Apr 2024 08:19:43 +0500 Subject: [PATCH] Update installation.md docs, https --- docs-site/docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-site/docs/installation.md b/docs-site/docs/installation.md index 2e31596..1f34229 100644 --- a/docs-site/docs/installation.md +++ b/docs-site/docs/installation.md @@ -13,7 +13,7 @@ title: Installation [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/17RA056Brwk0vBQTFaZ-l9EbqwADO0NA9?usp=sharing) ```bash -pip install singa -f http://singa.apache.org/docs/next/wheel-cpu.html --trusted-host singa.apache.org +pip install singa -f https://singa.apache.org/docs/next/wheel-cpu.html --trusted-host singa.apache.org ``` You can install a specific version of SINGA via `singa==`, where the @@ -24,7 +24,7 @@ versions are listed at the link. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1W30IPCqj5fG8ADAQsFqclaCLyIclVcJL?usp=sharing) ```bash -pip install singa -f http://singa.apache.org/docs/next/wheel-gpu.html --trusted-host singa.apache.org +pip install singa -f https://singa.apache.org/docs/next/wheel-gpu.html --trusted-host singa.apache.org ``` You can also configure SINGA version and the CUDA version, like