akash-network / awesome-akash

Awesome List of Akash Deployment Examples
Apache License 2.0
306 stars 220 forks source link

Deploy ChatGLM-6B on Akash network by Fogmeta Labs #403

Closed Normalnoise closed 1 year ago

Normalnoise commented 1 year ago

You can use ChatGLM-6B model in the Akash network

zJuuu commented 1 year ago

Please include the Dockerfile

Normalnoise commented 1 year ago

ok, I will submit the dockgrfile tomorrow @zJuuu

Normalnoise commented 1 year ago

@zJuuu Done

Dimokus88 commented 1 year ago

There is a video, a good description and necessary links.

UPD Since you are using the custom image sxk1633/nvidia-cuda:11.4.0 in your Dockerfile, you also need to provide Dockerfile image sxk1633/nvidia-cuda:11.4.0 , so that we can make sure it is secure.

Normalnoise commented 1 year ago

Thanks @Dimokus88

Dimokus88 commented 1 year ago

@Normalnoise Since you are using the custom image sxk1633/nvidia-cuda:11.4.0 in your Dockerfile, you also need to provide Dockerfile image sxk1633/nvidia-cuda:11.4.0 , so that we can make sure it is secure.

Normalnoise commented 1 year ago

@Dimokus88 I have change it to the docker-hub default image, it also works. The custom image is just convenient to test in the local machine.

FROM library/ubuntu:20.04

Dimokus88 commented 1 year ago

Modify the root README.md ( https://github.com/akash-network/awesome-akash/blob/master/README.md ) of the awesome-akash repository to include a link to your deployment and you're ready to merge.

Normalnoise commented 1 year ago

@Dimokus88 done, can you help merge it.

Dimokus88 commented 1 year ago

Tnx @Normalnoise ! Ready to merge @brewsterdrinkwater !