Skip to content

Commit

Permalink
hide manual installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tohrnii committed Mar 14, 2024
1 parent 497870d commit 7b880f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,15 @@ All notebooks are **beginner friendly**! Add your dataset, click "Run All", and

![](https://i.ibb.co/sJ7RhGG/image-41.png)

## Simple Installation
## 💾 Simple Installation Instructions

```bash
./install.sh
```

## 💾 Manual Installation Instructions
<details>
<summary>Cick to expand manual installation instructions</summary>

### Conda Installation
Select either `pytorch-cuda=11.8` for CUDA 11.8 or `pytorch-cuda=12.1` for CUDA 12.1. If you have `mamba`, use `mamba` instead of `conda` for faster solving. See this [Github issue](https://github.com/unslothai/unsloth/issues/73) for help on debugging Conda installs.
Expand Down Expand Up @@ -150,6 +153,7 @@ pip install "unsloth[cu121-ampere-torch220] @ git+https://github.com/unslothai/u
```bash
pip install --upgrade pip
```
</details>

## 📜 Documentation
- Go to our [Wiki page](https://github.com/unslothai/unsloth/wiki) for saving to GGUF, checkpointing, evaluation and more!
Expand Down

0 comments on commit 7b880f1

Please sign in to comment.