Skip to content

Commit

Permalink
feat: quick doc fixups (tinygrad#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
wozeparrot authored Jun 4, 2023
1 parent fbf17f0 commit 091bd65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/showcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ Take a look at [mnist_gan.py](/examples/mnist_gan.py).

### Stable Diffusion

You will need to download the [weights](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original/resolve/main/sd-v1-4.ckpt) of Stable Diffusion and put it into the [weights/](/weights) directory.

```sh
python3 examples/stable_diffusion.py
```
Expand All @@ -53,7 +51,7 @@ python3 examples/stable_diffusion.py

### LLaMA

You will need to download and put the weights into the [weights/LLaMA](/weightsLLaMA) directory, which may need to be created.
You will need to download and put the weights into the `weights/LLaMA` directory, which may need to be created.

Then you can have a chat with Stacy:
```sh
Expand Down

0 comments on commit 091bd65

Please sign in to comment.