"src/include/blockwise_gemm.hpp" did not exist on "a65ef9030880d51dd159e4d23f1dc6093b17651c"
Commit c81e2191 authored by chenzk's avatar chenzk
Browse files

Update url.md

parent 37fab699
...@@ -74,14 +74,11 @@ sudo apt-get update ...@@ -74,14 +74,11 @@ sudo apt-get update
sudo apt-get install git-lfs sudo apt-get install git-lfs
``` ```
本次使用数据集[Geneformer](http://113.200.138.88:18080/aidatasets/ctheodoris/Genecorpus-30M.git) 本次使用数据集Genecorpus
### 数据集下载 ### 数据集下载
``` ```
#git clone https://hf-mirror.com/datasets/ctheodoris/Genecorpus-30M git clone https://hf-mirror.com/datasets/ctheodoris/Genecorpus-30M
mkdir -p /path/to/
cd /path/to
git lfs clone http://113.200.138.88:18080/aidatasets/ctheodoris/Genecorpus-30M.git
``` ```
...@@ -92,11 +89,10 @@ git lfs clone http://113.200.138.88:18080/aidatasets/ctheodoris/Genecorpus-30M ...@@ -92,11 +89,10 @@ git lfs clone http://113.200.138.88:18080/aidatasets/ctheodoris/Genecorpus-30M
## geneformer模型下载 ## geneformer模型下载
模型[Geneformer](http://113.200.138.88:18080/aimodels/ctheodoris/Geneformer.git)下载以及安装geneformer 模型[Geneformer](https://huggingface.co/ctheodoris/Geneformer)
``` ```
cd /path/to cd /path/to
git lfs clone -b pr146_branch http://113.200.138.88:18080/aimodels/ctheodoris/Geneformer.git
cd Geneformer cd Geneformer
pip install -e . pip install -e .
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment