Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmanuelSegol committed Jan 19, 2024
1 parent 48507d8 commit b37d167
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/icicle/colab-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@ As Colab is able to interact with shell commands, a user can also install a fram
First thing to do in a notebook is to set the runtime type to a T4 GPU.
* in the upper corner click on the dropdown menu and select "change runtime type"

<p align="center">
<img alt="Change Runtime Type" width="300" src="./imgs/Change_runtime_type.png"/>
</p>
![Change runtime](../../static/img/colab_change_runtime.png)

* In the window select "T4 GPU" and press Save

<p align="center">
<img alt="T4 GPU" width="300" src="./imgs/T4_GPU.png"/>
</p>
![T4 GPU](../../static/img/t4_gpu.png)

Installing Rust is rather simple, just execute the following command:

Expand Down
5 changes: 5 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ module.exports = {
label: "Supporting additional curves",
id: "icicle/supporting-additional-curves",
},
{
type: "doc",
label: "Google Colab Instructions",
id: "icicle/colab-instructions",
},
]
},
{
Expand Down
File renamed without changes

0 comments on commit b37d167

Please sign in to comment.