HaoxingChen commited on
Commit
ae429f4
·
verified ·
1 Parent(s): 538de5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -51,14 +51,14 @@ base_model:
51
 
52
  ## Quick Start
53
 
54
- > **Note:** Full installation instructions and CLI scripts are available in the [GitHub repository](https://github.com/inclusionAI/LLaDA2-Uni).
55
 
56
  ### ⚙️ Installation
57
 
58
  #### 1. Create a conda environment
59
 
60
  ```bash
61
- git clone https://github.com/inclusionAI/LLaDA2-Uni && cd LLaDA2-Uni
62
  conda create -n llada2_uni python=3.10 -y
63
  conda activate llada2_uni
64
  ```
 
51
 
52
  ## Quick Start
53
 
54
+ > **Note:** Full installation instructions and CLI scripts are available in the [GitHub repository](https://github.com/inclusionAI/LLaDA2.0-Uni).
55
 
56
  ### ⚙️ Installation
57
 
58
  #### 1. Create a conda environment
59
 
60
  ```bash
61
+ git clone https://github.com/inclusionAI/LLaDA2.0-Uni && cd LLaDA2.0-Uni
62
  conda create -n llada2_uni python=3.10 -y
63
  conda activate llada2_uni
64
  ```