OliveSensorAPI/demo/README_EN.md
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

1.1 KiB
Raw Blame History

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