OliveSensorAPI/demo
zealot52099 063b4d8692 update
2024-03-23 19:39:43 +08:00
..
cli_internlm2_scientist.py update 2024-03-23 19:39:43 +08: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