| # LLM ζεεεζ什 | |
| ζ¬ε°ζ‘ζζη AI/LLM ζεεε¨ι η«―δΌΊζε¨οΌδ½Ώη¨ Conda θζ¬η°ε’ `nv`οΌεεγδ»₯δΈηΊεζεηεεζδ»€οΌ | |
| ## 1. MiniCPM-V-4.6 ε€ζ¨‘ζ ε½±εζε (Port 4000) | |
| ```bash | |
| PATH=/home/ubuntu/miniconda3/envs/nv/bin:$PATH /home/ubuntu/miniconda3/envs/nv/bin/transformers serve openbmb/MiniCPM-V-4.6 --port 4000 --host 0.0.0.0 --trust-remote-code | |
| ``` | |
| ## 2. MiniCPM5-1B θͺθ¨ζ¨‘εζε (Port 4001) | |
| ```bash | |
| PATH=/home/ubuntu/miniconda3/envs/nv/bin:$PATH /home/ubuntu/miniconda3/envs/nv/bin/transformers serve openbmb/MiniCPM5-1B --port 4001 --host 0.0.0.0 | |
| ``` | |
| ## 3. Whisper θͺι³θ½ζεζε (Port 4002) | |
| ```bash | |
| PATH=/home/ubuntu/miniconda3/envs/nv/bin:$PATH /home/ubuntu/miniconda3/envs/nv/bin/python /home/ubuntu/stt_server.py | |
| ``` | |
| ## 4. ChatTTS ζεθ½θͺι³ζε (Port 4003) | |
| ```bash | |
| PATH=/home/ubuntu/miniconda3/envs/nv/bin:$PATH /home/ubuntu/miniconda3/envs/nv/bin/python /home/ubuntu/tts_server.py | |
| ``` | |