Tencent-Hunyuan
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -116,7 +116,7 @@ We provide an `environment.yml` file for setting up a Conda environment.
|
|
| 116 |
|
| 117 |
Installation instructions for Conda are available [here](https://docs.anaconda.com/free/miniconda/index.html).
|
| 118 |
|
| 119 |
-
```
|
| 120 |
# Prepare conda environment
|
| 121 |
conda env create -f environment.yml
|
| 122 |
|
|
@@ -133,7 +133,7 @@ python -m pip install git+https://github.com/Dao-AILab/[email protected].
|
|
| 133 |
# **Download Models**
|
| 134 |
To download the model, first install the huggingface-cli. Installation instructions are available [here](https://huggingface.co/docs/huggingface_hub/guides/cli):
|
| 135 |
|
| 136 |
-
```
|
| 137 |
# Create a directory named 'ckpts' where the model will be saved, fulfilling the prerequisites for running the demo.
|
| 138 |
mkdir ckpts
|
| 139 |
# Use the huggingface-cli tool to download the model.
|
|
|
|
| 116 |
|
| 117 |
Installation instructions for Conda are available [here](https://docs.anaconda.com/free/miniconda/index.html).
|
| 118 |
|
| 119 |
+
```bash
|
| 120 |
# Prepare conda environment
|
| 121 |
conda env create -f environment.yml
|
| 122 |
|
|
|
|
| 133 |
# **Download Models**
|
| 134 |
To download the model, first install the huggingface-cli. Installation instructions are available [here](https://huggingface.co/docs/huggingface_hub/guides/cli):
|
| 135 |
|
| 136 |
+
```bash
|
| 137 |
# Create a directory named 'ckpts' where the model will be saved, fulfilling the prerequisites for running the demo.
|
| 138 |
mkdir ckpts
|
| 139 |
# Use the huggingface-cli tool to download the model.
|