103 lines
8.8 KiB
Plaintext
103 lines
8.8 KiB
Plaintext
nohup: ignoring input
|
|
repo: /home/xsl/code/product
|
|
python: /home/xsl/code/product/.venv/bin/python
|
|
mode: auto
|
|
bind: 0.0.0.0:8018
|
|
listen: https://0.0.0.0:8018
|
|
browser test page: https://<server-ip>:8018/
|
|
INFO: Started server process [17367]
|
|
INFO: Waiting for application startup.
|
|
INFO: Application startup complete.
|
|
INFO: Uvicorn running on https://0.0.0.0:8018 (Press CTRL+C to quit)
|
|
INFO: 127.0.0.1:38170 - "WebSocket /ws/animation" [accepted]
|
|
INFO: connection open
|
|
INFO: 127.0.0.1:38188 - "WebSocket /ws/subtitles" [accepted]
|
|
INFO: connection open
|
|
INFO: 127.0.0.1:38202 - "GET /health HTTP/1.1" 200 OK
|
|
INFO: 127.0.0.1:38220 - "GET / HTTP/1.1" 200 OK
|
|
INFO: connection closed
|
|
INFO: connection closed
|
|
INFO: 127.0.0.1:38220 - "GET /web/app.js?v=20260329k HTTP/1.1" 200 OK
|
|
INFO: 127.0.0.1:38220 - "GET /web/models/VRM1_Constraint_Twist_Sample.vrm HTTP/1.1" 200 OK
|
|
INFO: 127.0.0.1:38256 - "GET /health HTTP/1.1" 200 OK
|
|
INFO: 127.0.0.1:38266 - "GET /events HTTP/1.1" 200 OK
|
|
INFO: 127.0.0.1:38286 - "WebSocket /ws/subtitles" [accepted]
|
|
INFO: connection open
|
|
INFO: 127.0.0.1:38302 - "WebSocket /ws/animation" [accepted]
|
|
INFO: connection open
|
|
INFO: 127.0.0.1:40412 - "GET / HTTP/1.1" 200 OK
|
|
INFO: connection closed
|
|
INFO: connection closed
|
|
INFO: 127.0.0.1:40412 - "GET /web/app.js?v=20260329k HTTP/1.1" 304 Not Modified
|
|
INFO: 127.0.0.1:40412 - "GET /web/models/VRM1_Constraint_Twist_Sample.vrm HTTP/1.1" 200 OK
|
|
INFO: 127.0.0.1:40440 - "GET /events HTTP/1.1" 200 OK
|
|
INFO: 127.0.0.1:40436 - "GET /health HTTP/1.1" 200 OK
|
|
INFO: 127.0.0.1:40462 - "WebSocket /ws/subtitles" [accepted]
|
|
INFO: connection open
|
|
INFO: 127.0.0.1:40472 - "WebSocket /ws/animation" [accepted]
|
|
INFO: connection open
|
|
INFO: 127.0.0.1:52378 - "WebSocket /ws/audio" [accepted]
|
|
INFO: connection open
|
|
INFO: connection closed
|
|
INFO: 127.0.0.1:52392 - "WebSocket /ws/audio" [accepted]
|
|
INFO: connection open
|
|
INFO:httpx:HTTP Request: POST https://api.deepseek.com/v1/chat/completions "HTTP/1.1 200 OK"
|
|
/home/xsl/code/product/.venv/lib/python3.12/site-packages/torch/cuda/__init__.py:180: UserWarning: CUDA initialization: The NVIDIA driver on your system is too old (found version 12090). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver. (Triggered internally at /pytorch/c10/cuda/CUDAFunctions.cpp:119.)
|
|
return torch._C._cuda_getDeviceCount() > 0
|
|
INFO:httpx:HTTP Request: HEAD https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/config.json "HTTP/1.1 307 Temporary Redirect"
|
|
INFO:httpx:HTTP Request: HEAD https://huggingface.co/api/resolve-cache/models/hexgrad/Kokoro-82M/f3ff3571791e39611d31c381e3a41a3af07b4987/config.json "HTTP/1.1 200 OK"
|
|
/home/xsl/code/product/.venv/lib/python3.12/site-packages/torch/nn/modules/rnn.py:1013: UserWarning: dropout option adds dropout after all but last recurrent layer, so non-zero dropout expects num_layers greater than 1, but got dropout=0.2 and num_layers=1
|
|
super().__init__("LSTM", *args, **kwargs)
|
|
/home/xsl/code/product/.venv/lib/python3.12/site-packages/torch/nn/utils/weight_norm.py:144: FutureWarning: `torch.nn.utils.weight_norm` is deprecated in favor of `torch.nn.utils.parametrizations.weight_norm`.
|
|
WeightNorm.apply(module, name, dim)
|
|
INFO:httpx:HTTP Request: HEAD https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/kokoro-v1_0.pth "HTTP/1.1 302 Found"
|
|
Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
|
|
WARNING:huggingface_hub.utils._http:Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
|
|
/home/xsl/code/product/.venv/lib/python3.12/site-packages/jieba/_compat.py:18: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
|
|
import pkg_resources
|
|
INFO:httpx:HTTP Request: HEAD https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/voices/zf_xiaoxiao.pt "HTTP/1.1 302 Found"
|
|
Building prefix dict from the default dictionary ...
|
|
DEBUG:jieba:Building prefix dict from the default dictionary ...
|
|
Loading model from cache /tmp/jieba.cache
|
|
DEBUG:jieba:Loading model from cache /tmp/jieba.cache
|
|
Loading model cost 0.341 seconds.
|
|
DEBUG:jieba:Loading model cost 0.341 seconds.
|
|
Prefix dict has been built successfully.
|
|
DEBUG:jieba:Prefix dict has been built successfully.
|
|
WARNING: Defaulting repo_id to hexgrad/Kokoro-82M. Pass repo_id='hexgrad/Kokoro-82M' to suppress this warning.
|
|
INFO: 127.0.0.1:42956 - "POST /chat/text HTTP/1.1" 200 OK
|
|
INFO: 127.0.0.1:42956 - "GET /favicon.ico HTTP/1.1" 404 Not Found
|
|
INFO: 127.0.0.1:42956 - "GET /favicon.ico HTTP/1.1" 404 Not Found
|
|
INFO:root:download models from model hub: hf
|
|
INFO:httpx:HTTP Request: GET https://huggingface.co/api/models/FunAudioLLM/SenseVoiceSmall/revision/main "HTTP/1.1 200 OK"
|
|
funasr version: 1.3.1.
|
|
Check update of funasr, and it would cost few times. You may disable it by set `disable_update=True` in AutoModel
|
|
You are using the latest version of funasr-1.3.1
|
|
|
|
Fetching 29 files: 0%| | 0/29 [00:00<?, ?it/s]
|
|
Fetching 29 files: 100%|██████████| 29/29 [00:00<00:00, 413723.86it/s]
|
|
WARNING:root:trust_remote_code: False
|
|
INFO:root:Loading pretrained params from /home/xsl/.cache/huggingface/hub/models--FunAudioLLM--SenseVoiceSmall/snapshots/3eb3b4eeffc2f2dde6051b853983753db33e35c3/model.pt
|
|
INFO:root:ckpt: /home/xsl/.cache/huggingface/hub/models--FunAudioLLM--SenseVoiceSmall/snapshots/3eb3b4eeffc2f2dde6051b853983753db33e35c3/model.pt
|
|
INFO:root:scope_map: ['module.', 'None']
|
|
INFO:root:excludes: None
|
|
INFO:root:Loading ckpt: /home/xsl/.cache/huggingface/hub/models--FunAudioLLM--SenseVoiceSmall/snapshots/3eb3b4eeffc2f2dde6051b853983753db33e35c3/model.pt, status: <All keys matched successfully>
|
|
INFO:root:download models from model hub: hf
|
|
INFO:httpx:HTTP Request: GET https://huggingface.co/api/models/FunAudioLLM/SenseVoiceSmall/revision/main "HTTP/1.1 200 OK"
|
|
funasr version: 1.3.1.
|
|
Check update of funasr, and it would cost few times. You may disable it by set `disable_update=True` in AutoModel
|
|
You are using the latest version of funasr-1.3.1
|
|
|
|
Fetching 29 files: 0%| | 0/29 [00:00<?, ?it/s]
|
|
Fetching 29 files: 100%|██████████| 29/29 [00:00<00:00, 10515.68it/s]
|
|
WARNING:root:trust_remote_code: False
|
|
INFO:root:Loading pretrained params from /home/xsl/.cache/huggingface/hub/models--FunAudioLLM--SenseVoiceSmall/snapshots/3eb3b4eeffc2f2dde6051b853983753db33e35c3/model.pt
|
|
INFO:root:ckpt: /home/xsl/.cache/huggingface/hub/models--FunAudioLLM--SenseVoiceSmall/snapshots/3eb3b4eeffc2f2dde6051b853983753db33e35c3/model.pt
|
|
INFO:root:scope_map: ['module.', 'None']
|
|
INFO:root:excludes: None
|
|
INFO:root:Loading ckpt: /home/xsl/.cache/huggingface/hub/models--FunAudioLLM--SenseVoiceSmall/snapshots/3eb3b4eeffc2f2dde6051b853983753db33e35c3/model.pt, status: <All keys matched successfully>
|
|
WARNING:services.asr:ASR running in degraded mode on cpu
|
|
|
|
0%|[34m [0m| 0/1 [00:00<?, ?it/s]
|
|
100%|[34m██████████[0m| 1/1 [00:00<00:00, 1.04it/s]
|
|
{'load_data': '0.000', 'extract_feat': '0.014', 'forward': '0.962', 'batch_size': '1', 'rtf': '0.029'}, : 100%|[34m██████████[0m| 1/1 [00:00<00:00, 1.04it/s]
|
|
rtf_avg: 0.029: 100%|[34m██████████[0m| 1/1 [00:00<00:00, 1.04it/s]
|
|
rtf_avg: 0.029: 100%|[34m██████████[0m| 1/1 [00:00<00:00, 1.04it/s]
|
|
INFO:httpx:HTTP Request: POST https://api.deepseek.com/v1/chat/completions "HTTP/1.1 200 OK"
|
|
|
|
0%|[34m [0m| 0/1 [00:00<?, ?it/s]
|
|
100%|[34m██████████[0m| 1/1 [00:00<00:00, 1.41it/s]
|
|
{'load_data': '0.000', 'extract_feat': '0.013', 'forward': '0.709', 'batch_size': '1', 'rtf': '0.029'}, : 100%|[34m██████████[0m| 1/1 [00:00<00:00, 1.41it/s]
|
|
rtf_avg: 0.029: 100%|[34m██████████[0m| 1/1 [00:00<00:00, 1.41it/s]
|
|
rtf_avg: 0.029: 100%|[34m██████████[0m| 1/1 [00:00<00:00, 1.41it/s]
|
|
INFO:httpx:HTTP Request: POST https://api.deepseek.com/v1/chat/completions "HTTP/1.1 200 OK"
|
|
|