4 lines
127 B
Bash
4 lines
127 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cd /root/autodl-tmp && conda run -n base pip install codewithgpu && conda run -n base cg down xxxiu/glm-4-9b-chat
|