天数服务器使用记录
环境设置
通过ssh连接到服务器
1 | ssh moyigeek@zibo.saas.iluvatar.com.cn -p 30134 |
添加环境变量到bashrc文件
1
2
3export COREX_HOME=/usr/local/corex
export PATH=$PATH:$COREX_HOME/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$COREX_HOME/lib添加自己公钥文件的到服务器上并用vscode打开
添加python环境变量到bashrc文件

服务器使用
大模型推理作业阶段
安装rust
1 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh |
克隆项目
1 | git clone git@github.com:moyigeek/learning-lm-rs.git |
进入项目目录
1 | cd learning-lm-rs |
- Title: 天数服务器使用记录
- Author: moyigeek
- Created at : 2025-01-16 21:36:51
- Updated at : 2025-12-11 11:16:47
- Link: https://blog.moyihust.eu.org/2025/01/16/天数服务器使用记录/
- License: This work is licensed under CC BY-NC-SA 4.0.
Comments
