[Topic DIscussion] 如何deepin下安装开源openassistant人工智能
Tofloor
poster avatar
159******19
deepin
2023-04-26 22:51
Author

如何在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;

Reply Favorite View the author
All Replies
avatar
fuuko
deepin
2023-04-26 22:56
#1

https://github.com/LAION-AI/Open-Assistant/tree/main/docker

直接sudo apt install docker-ce

然后跟着这个目录下的文件部署docker环境ok

或者你换个思路,拉一个arch的docker基础镜像,然后按你找到的教程在这个docker镜像里部署环境

搞人工智能不用docker就是在给自己找麻烦shamed

Reply View the author
avatar
盘灶车站
deepin
2023-04-26 22:59
#2

用替换法:先解包,然后按解包出来的路径,把文件用CP命令安装到DEEPIN的同名目录下。这是最笨的办法,但一定程度上有效——我在Manjaro上安装WPS和飞书就是这个办法,反之也一样,只要依赖补齐,运行毫无问题。当然,装钉钉这招儿就不灵了。

Reply View the author
avatar
DebuggerX
deepin
2023-04-26 23:03
#3
fuuko

https://github.com/LAION-AI/Open-Assistant/tree/main/docker

直接sudo apt install docker-ce

然后跟着这个目录下的文件部署docker环境ok

或者你换个思路,拉一个arch的docker基础镜像,然后按你找到的教程在这个docker镜像里部署环境

搞人工智能不用docker就是在给自己找麻烦shamed

这才是真正的官方仓库,LZ那个啥也不是

Reply View the author
avatar
fuuko
deepin
2023-04-26 23:12
#4
DebuggerX

这才是真正的官方仓库,LZ那个啥也不是

那就不清楚咯,她找到啥教程她自己就跟着啥教程整呗pride

Reply View the author
avatar
159******19
deepin
2023-04-28 03:10
#5

这货自己给了份非ARCH系统上的安装方法。一个小时的思考时间,感觉真有点久。这种自编自导的结果,行不行阿,细狗?


how to install open-assistant into my computer with deepin linux?

To install Open Assistant on Deepin Linux, you can follow these steps:

  1. Install the required dependencies by running the following command in a terminal window:
sudo apt-get update && sudo apt-get install python3-pip
  1. Install Open Assistant using pip by running the following command:
sudo python3 -m pip install open-assistant

This will download and install the latest version of Open Assistant from its source code repository.

  1. Once the installation is complete, you should be able to run Open Assistant by typing 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:

  1. Update the package manager index by typing zypper update in a terminal window and pressing Enter.
  2. Install the required dependencies by typing sudo zypper groupadd devel followed by sudo zypper install build-essential cmake python3 libffi-dev gcc gcc-c++
    (without quotes) in separate terminal windows and pressing Enter after
    each command. Note that you'll need to enter your password when prompted
    if your user account has sufficient privileges to perform these
    actions.
  3. Download OpenAssistant source code from GitHub using git (https://github.com/LAION-AI/Open-Assistant). Type git clone https://github.com/LAION-AI/Open-Assistant
    (without quotes) in a terminal window and press Enter. This will create
    a directory named "open-assistant" containing all the project files.
  4. Change into the newly created directory by typing cd open-assistant (without quotes) in a terminal window and pressing Enter.
  5. Build and install Open Assistant on your system by typing 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.
  6. The final step is to add an icon for Open Assistant on your desktop or in the application menu. You can download one at http://murphysoftware.com/slideshow
    (click on "Downloads," then scroll down to find "Icons"), save it to a
    location of your choice, right-click on the icon file, choose
    "Properties," change the permissions to allow execution (chmod +x), and finally move it to /usr/share/icons
    or any other suitable directory where icons are stored. Now you should
    be able to launch Open Assistant from your desktop or application menu!

That'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

Reply View the author