Kimi-Qu
Kimi-Qu
kubectl apply -f https://raw.githubusercontent.com/kubesphere/porter/master/deploy/porter.yaml It seems that https://raw.githubusercontent.com/kubesphere/porter/master/deploy/porter.yaml 404 not found.  Sorry for your inconvenience. BR Kimi
Hi there, It is appreciated that you could provide me with the latest document on how to install the OpenELB. Is that the latest one via https://openelb.github.io/docs/getting-started/installation/install-porter-on-kubernetes/?  It...
Hi there, Thank you for your feedback. But, maybe, you may update the https://raw.githubusercontent.com/openelb/openelb/master/deploy/openelb.yaml image: kubesphere/openelb:v0.4.3 It seems that the latest tag is v0.4.4 and, v0.4.3 could not be found...
hi there 现在是执行到这句代码后, model = AutoModelForCausalLM.from_pretrained("fnlp/moss-moon-003-sft", trust_remote_code=True).half().cuda() 提示上面的Torch not compiled with CUDA enabled这条信息。 m2上安装CUDA是否有官方文档,网上找到的大部分都无法配置成功,chatgpt则是直接回复无法支持。 BR Kimi
The issue has been fixed as editing the /etc/systemd/system/ollama.service file [Service] Environment="OLLAMA_MODELS=my_model_path" systemctl daemon-reload systemctl restart ollama.service my_mode_path is just /home/kimi/.ollama/models , and in this model folder just has two...