yujuanqin commited on
Commit
eb2338a
·
verified ·
1 Parent(s): c83de06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -3,13 +3,16 @@
3
  git clone https://huggingface.co/yujuanqin/test_mlx
4
  cd test_mlx
5
  git submodule update # 需要huggingface mvp1024 权限
 
6
  conda create test_mlx python=3.10
7
  conda activate test_mlx
8
- pip install -r mlx-app-pack/requirements.txt
9
  ```
10
 
11
  ## 下载模型
12
- TODO
 
 
13
 
14
  ## 运行测试脚本
15
  ```
 
3
  git clone https://huggingface.co/yujuanqin/test_mlx
4
  cd test_mlx
5
  git submodule update # 需要huggingface mvp1024 权限
6
+ mv mlx-ap-pack mlx_app_pack
7
  conda create test_mlx python=3.10
8
  conda activate test_mlx
9
+ pip install -r mlx_app_pack/requirements.txt
10
  ```
11
 
12
  ## 下载模型
13
+ ```
14
+ python download_models.py
15
+ ```
16
 
17
  ## 运行测试脚本
18
  ```