frank2e2e commited on
Commit
6a7d71d
verified
1 Parent(s): 7fbb171

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -31,12 +31,28 @@ An all-in-one Media Server for Skill Pilot AI Agent https://skill-pilot.ai. Incl
31
  ```bash
32
  docker pull skillpilot/media-server:latest
33
  docker run --gpus all \
34
- -p 8188:8188 -p 7860:7860 -p 8080:8080 \
35
- -p 3478:3478 -p 3478:3478/udp \
36
- -p 5349:5349 -p 5349:5349/udp \
37
  skillpilot/media-server:latest
38
  ```
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  The image is built on runpod/pytorch:2.4.0-py3.11-cuda12.4.1-devel-ubuntu22.04, ensuring compatibility with a wide range of NVIDIA GPUs and CUDA versions.
41
 
42
  Tested on NVIDIA RTX 2060 GPU (12 GB VRAM) - MuseTalk live avatar can have real-time performance at 12 FPS.
@@ -53,3 +69,4 @@ Free and open source https://skill-pilot.ai 路 **MIT License**
53
 
54
  All models included in this repository are licensed under their respective licenses. Please refer to the individual model documentation for details.
55
 
 
 
31
  ```bash
32
  docker pull skillpilot/media-server:latest
33
  docker run --gpus all \
34
+ -p 18188:8188 -p 17860:7860 -p 18080:8080 \
35
+ -p 13478:3478 -p 13478:3478/udp \
36
+ -p 15349:5349 -p 15349:5349/udp \
37
  skillpilot/media-server:latest
38
  ```
39
 
40
+ When the container is running, it will automatically download the modeles by comand line below:
41
+
42
+ ```bash
43
+ huggingface-cli download skill-pilot/media-mcp --local-dir /home/ubuntu/workspace/models
44
+ ```
45
+
46
+ Use command below to check the downloading process in the container:
47
+
48
+ ```bash
49
+ tmux attach -t download -r
50
+ ```
51
+
52
+ You can use the services until the downloading process is completed. The models will be stored in the `/home/ubuntu/workspace/models` directory inside the container.
53
+
54
+ For how to use the media mcp server, please check at https://skill-pilot.ai, Find the our Discord server invite link at https://skill-pilot.ai and join us for support.
55
+
56
  The image is built on runpod/pytorch:2.4.0-py3.11-cuda12.4.1-devel-ubuntu22.04, ensuring compatibility with a wide range of NVIDIA GPUs and CUDA versions.
57
 
58
  Tested on NVIDIA RTX 2060 GPU (12 GB VRAM) - MuseTalk live avatar can have real-time performance at 12 FPS.
 
69
 
70
  All models included in this repository are licensed under their respective licenses. Please refer to the individual model documentation for details.
71
 
72
+