Update README.md

#2
by yayoimizuha - opened
Files changed (1) hide show
  1. README.md +3 -3
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
  ```
@@ -260,7 +260,7 @@ result = model.generate_image(
260
  ## Repository Structure
261
 
262
  ```
263
- LLaDA2-Uni/
264
  β”œβ”€β”€ config.json # Model configuration
265
  β”œβ”€β”€ modeling_llada2uni_moe.py # Model implementation (trust_remote_code)
266
  β”œβ”€β”€ configuration_llada2uni_moe.py # Config class
 
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
  ```
 
260
  ## Repository Structure
261
 
262
  ```
263
+ LLaDA2.0-Uni/
264
  β”œβ”€β”€ config.json # Model configuration
265
  β”œβ”€β”€ modeling_llada2uni_moe.py # Model implementation (trust_remote_code)
266
  β”œβ”€β”€ configuration_llada2uni_moe.py # Config class