From cb2c1744504690115b050100ebb3d89a0295c12e Mon Sep 17 00:00:00 2001 From: yangapku Date: Wed, 9 Aug 2023 11:49:20 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- README_CN.md | 4 ++-- README_JA.md | 4 ++-- web_demo.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e105af8..1c26968 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ If your device supports fp16 or bf16, we recommend installing [flash-attention]( git clone -b v1.0.8 https://github.com/Dao-AILab/flash-attention cd flash-attention && pip install . # Below are optional. Installing them might be slow. -pip install csrc/layer_norm -pip install csrc/rotary +# pip install csrc/layer_norm +# pip install csrc/rotary ``` Now you can start with ModelScope or Transformers. diff --git a/README_CN.md b/README_CN.md index 2cb1762..49d62b5 100644 --- a/README_CN.md +++ b/README_CN.md @@ -75,8 +75,8 @@ pip install -r requirements.txt git clone -b v1.0.8 https://github.com/Dao-AILab/flash-attention cd flash-attention && pip install . # 下方安装可选,安装可能比较缓慢。 -pip install csrc/layer_norm -pip install csrc/rotary +# pip install csrc/layer_norm +# pip install csrc/rotary ``` 接下来你可以开始使用Transformers或者ModelScope来使用我们的模型。 diff --git a/README_JA.md b/README_JA.md index a9ae9b0..603bfd9 100644 --- a/README_JA.md +++ b/README_JA.md @@ -79,8 +79,8 @@ pip install -r requirements.txt git clone -b v1.0.8 https://github.com/Dao-AILab/flash-attention cd flash-attention && pip install . # 以下はオプションです。インストールに時間がかかる場合があります。 -pip install csrc/layer_norm -pip install csrc/rotary +# pip install csrc/layer_norm +# pip install csrc/rotary ``` これで ModelScope か Transformers で始めることができます。 diff --git a/web_demo.py b/web_demo.py index e5f15a1..5b3a2af 100755 --- a/web_demo.py +++ b/web_demo.py @@ -161,4 +161,4 @@ with gr.Blocks() as demo: if len(sys.argv) > 1: demo.queue().launch(**vars(args)) else: - demo.queue().launch() + demo.queue().launch() \ No newline at end of file