bigscience-workshop/petals

chat.petals integration with Hugging Face Spaces

Open

#220 建立於 2023年1月17日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Python (424 fork)batch import
good first issuehelp wanted

倉庫指標

Star
 (8,248 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Currently, you can use the model either directly, via this notebook, or through http://chat.petals.ml/ .

The latter is a self-hosted chat app that runs code similar to the colab notebook, but wraps it with a simple web server. The source code is available here.

It would be great if anybody could fork the chat project and reuse it for their pet projects. Thing is, not everyone has a server to host that web server - and it is not always convenient to share jupyter notebooks for everything.

To make it easier to create similar apps, we can create an example with Spaces. Hugging Face Spaces allows you to run simple web apps at the expense of HF.

References:

Task: create something similar to chat.petals on top of HF spaces. One way to do this is to fork @younesbelkada 's project and update it to the latest stable version of Petals

貢獻者指南