... | ... | @@ -77,7 +77,7 @@ pvc://aiplatform-model-data-pvc/models/apulis/orgadmin-user-group/318/37 |
|
|
~~harbor.apulis.cn:8443/algorithm/apulistech/aimstack-sdk:aistudio-v1.7.0-rc2-mmopenlab~~
|
|
|
<== 这个镜像. aim 安装在了 conda 环境中,不能用来调 convert
|
|
|
|
|
|
harbor.apulis.cn:8443/algorithm/apulistech/save-1104-3:ubuntu-20.04-aimstack-sdk
|
|
|
~~harbor.apulis.cn:8443/algorithm/apulistech/save-1104-3:ubuntu-20.04-aimstack-sdk~~ <== 这个镜像也不能用,缺少 tensorboard 库
|
|
|
|
|
|
可用模型
|
|
|
|
... | ... | @@ -100,9 +100,13 @@ update studio_model_versions engine set engine = 'harbor.apulis.cn:8443/algorith |
|
|
## slurm 集群
|
|
|
|
|
|
|
|
|
# caveat
|
|
|
- 如果用户使用的镜像没有安装 tensorflow , 则会失败。这个估计影响不大,因为这种情况,用户估计没有用 tensorboard …
|
|
|
|
|
|
# 其它
|
|
|
|
|
|
```
|
|
|
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn --upgrade pip
|
|
|
|
|
|
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn
|
|
|
``` |