Ikaros
Ikaros
账号实名认证后,上了0.0
helpful!
> When I compiled and tested two files server_c and client_c on two terminals in the same Linux machine, I did not see the server recognize the client sending the...
直接换cnpm装,超时180秒不一定能装好,可以延长等待时间。最后还是装不好,直接进容器装,结束 \scripts\run_for_local_option.sh 改 ``` # 安装依赖 echo "Waiting for [npm run install](5/8)" npm config set registry https://registry.npmmirror.com npm install -g cnpm timeout 180 cnpm install ``` 
> > 直接换cnpm装,超时180秒不一定能装好,可以延长等待时间。最后还是装不好,直接进容器装,结束 \scripts\run_for_local_option.sh 改 > > ``` > > # 安装依赖 > > echo "Waiting for [npm run install](5/8)" > > npm config set registry https://registry.npmmirror.com > > npm...
盯盯盯盯盯盯盯盯
我也想说 redame写得太简略了,看不懂 
> @Kkkkkiradd @Ikaros-521 > > 1. lora 就修改配置文件的对应的with lora 等参数 > 2. ptv2 选择配置文件 config/config_ptv2.json 主要 "pre_seq_len": 32, "prefix_projection": false 两个参数  大佬 with lora置为true了,data_utils跑完,做训练(chatglm-6b-int4)报错一下内容,是什么问题呢 ``` INFO:torch.distributed.nn.jit.instantiator:Created a temporary directory...