Skip to content

Commit

Permalink
Add bazel setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Sep 15, 2022
1 parent e4da3bc commit 94d706d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ pip install transformers

You also need to download the model. I put the Stable Diffusion v1.4 model in http://static.libccv.org/sd-v1.4.ckpt. Note that this is a s4nnc-compatible file, not PyTorch one you download elsewhere. You can check related examples for how this file is generated.

Finally, setup Bazel properly on Linux:

```
./bazel/setup_clang.sh /usr/local
```

With these, you can run:

```
Expand Down

0 comments on commit 94d706d

Please sign in to comment.