From 94d706d45d0c2376b6e2ad29d16cdf1c8308d5dd Mon Sep 17 00:00:00 2001 From: Liu Liu Date: Wed, 14 Sep 2022 20:44:26 -0400 Subject: [PATCH] Add bazel setup. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d25f47e..cd88dfa 100644 --- a/README.md +++ b/README.md @@ -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: ```