mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-12-02 10:32:09 +08:00
fix README.md
Human does not have a plural form. Based on the context, I guess what you actually want to say is human mode. 'humans mode' is grammatically wrong.
This commit is contained in:
parent
323a1d954d
commit
6cd2d79777
@ -283,10 +283,10 @@ of the **CogVideoX** open-source model.
|
|||||||
```shell
|
```shell
|
||||||
cd inference
|
cd inference
|
||||||
# For Linux and Windows users
|
# For Linux and Windows users
|
||||||
python gradio_web_demo.py # humans mode
|
python gradio_web_demo.py # human mode
|
||||||
|
|
||||||
# For macOS with Apple Silicon users, Intel not supported, this maybe 20x slower than RTX 4090
|
# For macOS with Apple Silicon users, Intel not supported, this maybe 20x slower than RTX 4090
|
||||||
PYTORCH_ENABLE_MPS_FALLBACK=1 python gradio_web_demo.py # humans mode
|
PYTORCH_ENABLE_MPS_FALLBACK=1 python gradio_web_demo.py # human mode
|
||||||
```
|
```
|
||||||
|
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user