https://github.com/LAION-AI/Open-Assistant/tree/main/docker
直接sudo apt install docker-ce
然后跟着这个目录下的文件部署docker环境
或者你换个思路,拉一个arch的docker基础镜像,然后按你找到的教程在这个docker镜像里部署环境
搞人工智能不用docker就是在给自己找麻烦
https://github.com/LAION-AI/Open-Assistant/tree/main/docker
直接sudo apt install docker-ce
然后跟着这个目录下的文件部署docker环境
或者你换个思路,拉一个arch的docker基础镜像,然后按你找到的教程在这个docker镜像里部署环境
搞人工智能不用docker就是在给自己找麻烦
用替换法:先解包,然后按解包出来的路径,把文件用CP命令安装到DEEPIN的同名目录下。这是最笨的办法,但一定程度上有效——我在Manjaro上安装WPS和飞书就是这个办法,反之也一样,只要依赖补齐,运行毫无问题。当然,装钉钉这招儿就不灵了。
https://github.com/LAION-AI/Open-Assistant/tree/main/docker
直接sudo apt install docker-ce
然后跟着这个目录下的文件部署docker环境
或者你换个思路,拉一个arch的docker基础镜像,然后按你找到的教程在这个docker镜像里部署环境
搞人工智能不用docker就是在给自己找麻烦
这才是真正的官方仓库,LZ那个啥也不是
这才是真正的官方仓库,LZ那个啥也不是
那就不清楚咯,她找到啥教程她自己就跟着啥教程整呗
这货自己给了份非ARCH系统上的安装方法。一个小时的思考时间,感觉真有点久。这种自编自导的结果,行不行阿,细狗?
how to install open-assistant into my computer with deepin linux?
To install Open Assistant on Deepin Linux, you can follow these steps:
sudo apt-get update && sudo apt-get install python3-pip
sudo python3 -m pip install open-assistant
This will download and install the latest version of Open Assistant from its source code repository.
open-assistant at the command line or adding it to your system's PATH environment variable so that it can be accessed from anywhere.I hope this helps! Let me know if you have any questions or encounter any issues during the installation process.
Model: oasst-sft-6-llama-30b
how to install open-assistant into my computer with opensuse linux?
To install Open Assistant on your computer running OpenSuse Linux, follow these steps:
zypper update in a terminal window and pressing Enter.sudo zypper groupadd devel followed by sudo zypper install build-essential cmake python3 libffi-dev gcc gcc-c++https://github.com/LAION-AI/Open-Assistant). Type git clone https://github.com/LAION-AI/Open-Assistantcd open-assistant (without quotes) in a terminal window and pressing Enter.mkdir -p /opt/open-assistant followed by cp -r . /opt/open-assistant/ (both without quotes) in two separate terminal windows, respectively. Then type cd /opt/open-assistant && sudo chown $(whoami):$(whoami) && exec startup.sh (again, without quotes) in another terminal window and press Enter again.chmod +x), and finally move it to /usr/share/iconsThat's it! With these simple steps, you should have Open Assistant up and running on your OpenSuse Linux machine. Enjoy exploring its capabilities!
Model: oasst-sft-6-llama-30b
Popular Ranking
ChangePopular Events
More
如何在deepin或者说debian系下安装开源openassistant人工智能?
我看见官方网站上写的是arch的安装教程。
头裂开了。
https://gitlab.com/open-assistant/oa-arch
wget https://gitlab.com/open-assistant/oa-arch/-/archive/main/oa-arch-main.zip && bsdtar xvf oa-arch-main.zip && mv -n oa-arch-main oa && cd oa && chmod 700 ./install.sh && ./install.sh;