Ver Fonte

docs: Update GGUF model download link in READMEs.

沉默の金 há 5 meses atrás
pai
commit
53da3ef855
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      README.md
  2. 1 1
      README.zh.md

+ 1 - 1
README.md

@@ -24,7 +24,7 @@ This project is a pure C++ inference engine for the Mel-Band-Roformer audio sour
 ### Download
 
 - **Pre-built Binaries**: Download executables for your platform from the [Releases](../../releases) page
-- **GGUF Models**: Download pre-converted model files from [MelBandRoformer-GGUF](https://huggingface.co/MelBandRoformer-GGUF)
+- **GGUF Models**: Download pre-converted model files from [MelBandRoformer-GGUF](https://huggingface.co/chenmozhijin/MelBandRoformer-GGUF)
 
 ### Command Line Usage
 

+ 1 - 1
README.zh.md

@@ -24,7 +24,7 @@ Mel-Band-Roformer 音频源分离模型的高性能 C++ 推理实现。
 ### 下载
 
 - **预构建程序**:在 [Releases](../../releases) 页面下载对应平台的可执行文件
-- **GGUF 模型**:在 [MelBandRoformer-GGUF](https://huggingface.co/MelBandRoformer-GGUF) 下载预转换的模型文件
+- **GGUF 模型**:在 [MelBandRoformer-GGUF](https://huggingface.co/chenmozhijin/MelBandRoformer-GGUF) 下载预转换的模型文件
 
 ### 命令行使用