OliveSensorAPI/demo
HongCheng 6cd83b6b0e README files translation
The English version README files of the following documents are created and translated.

1. demo/README.md
2. evaluate/README.md
3. xtuner_config/README.md
4. xtuner_config/images/README.md
5. xtuner_config/ChatGLM3-6b-ft.md

There are some format problem and  language expression in the Chinese version, I also adapted them.

By the way, I modified the file name of `evaluate/General evaluation.md` and `evaluate/Professional evaluation.md` since they are shown in the `xtuner_config/README.md`
2024-03-03 19:24:55 +09:00
..
cli_internlm2.py doc: add deploy in README.md 2024-01-27 08:49:17 +08:00
cli_qwen.py feat: add web_internlm2 and upload s.t. scripts 2024-01-25 19:02:24 +08:00
README_EN.md README files translation 2024-03-03 19:24:55 +09:00
README.md README files translation 2024-03-03 19:24:55 +09:00
requirements_qwen.txt feat: finetune Qwen and demo 2024-01-21 19:12:03 +08:00
web_qwen.py feat: add web_internlm2 and upload s.t. scripts 2024-01-25 19:02:24 +08:00

Deploying Guide for EmoLLM

Local Deployment

  • Clone repo
git clone https://github.com/aJupyter/EmoLLM.git
  • Install dependencies
pip install -r requirements.txt
  • Download the model

  • cli_demo

python ./demo/cli_internlm2.py
  • web_demo
python ./app.py

If deploying on a server, you need to configure local port mapping.

Deploy on OpenXLab

  • Log in to OpenXLab and create a Gradio application

Login OpenXLab

  • Select configurations and create the project

config

  • Wait for the build and startup

wait a minutes

  • Try your own project

enjoy