Guest User

Untitled

a guest
Oct 26th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.72 KB | None | 0 0
  1. $ journalctl -xeu subgen.service
  2. Oct 26 15:22:33 jf-two python3[21835]: Requirement already satisfied: networkx in /usr/local/lib/python3.10/dist-packages (from torch->stable-ts) (3.2)
  3. Oct 26 15:22:33 jf-two python3[21835]: Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch->stable-ts) (3.1.2)
  4. Oct 26 15:22:33 jf-two python3[21835]: Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.26.0->tiktoken==0.3.3->openai-whisper==20230918->>
  5. Oct 26 15:22:33 jf-two python3[21835]: Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.26.0->tiktoken==0.3.3->openai-whisper==20230918->stable-ts) (202>
  6. Oct 26 15:22:33 jf-two python3[21835]: Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests>=2.26.0->tiktoken==0.3.3->openai-whisper==20230918->stable-ts) (3.3)
  7. Oct 26 15:22:33 jf-two python3[21835]: Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/lib/python3/dist-packages (from requests>=2.26.0->tiktoken==0.3.3->openai-whisper==20230918->stable-ts) (1.2>
  8. Oct 26 15:22:33 jf-two python3[21835]: Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->torch->stable-ts) (2.1.3)
  9. Oct 26 15:22:33 jf-two python3[21835]: Requirement already satisfied: llvmlite<0.42,>=0.41.0dev0 in /usr/local/lib/python3.10/dist-packages (from numba->openai-whisper==20230918->stable-ts) (0.41.1)
  10. Oct 26 15:22:33 jf-two python3[21835]: Requirement already satisfied: mpmath>=0.19 in /usr/local/lib/python3.10/dist-packages (from sympy->torch->stable-ts) (1.3.0)
  11. Oct 26 15:22:33 jf-two python3[21835]: WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual>
  12. Oct 26 15:22:34 jf-two python3[21839]: Requirement already satisfied: flask in /usr/local/lib/python3.10/dist-packages (3.0.0)
  13. Oct 26 15:22:34 jf-two python3[21839]: Requirement already satisfied: Werkzeug>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from flask) (3.0.1)
  14. Oct 26 15:22:34 jf-two python3[21839]: Requirement already satisfied: click>=8.1.3 in /usr/local/lib/python3.10/dist-packages (from flask) (8.1.7)
  15. Oct 26 15:22:34 jf-two python3[21839]: Requirement already satisfied: blinker>=1.6.2 in /usr/local/lib/python3.10/dist-packages (from flask) (1.6.3)
  16. Oct 26 15:22:34 jf-two python3[21839]: Requirement already satisfied: itsdangerous>=2.1.2 in /usr/local/lib/python3.10/dist-packages (from flask) (2.1.2)
  17. Oct 26 15:22:34 jf-two python3[21839]: Requirement already satisfied: Jinja2>=3.1.2 in /usr/local/lib/python3.10/dist-packages (from flask) (3.1.2)
  18. Oct 26 15:22:34 jf-two python3[21839]: Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=3.1.2->flask) (2.1.3)
  19. Oct 26 15:22:35 jf-two python3[21839]: WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual>
  20. Oct 26 15:22:35 jf-two python3[21843]: Requirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (2.31.0)
  21. Oct 26 15:22:35 jf-two python3[21843]: Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests) (3.3)
  22. Oct 26 15:22:35 jf-two python3[21843]: Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests) (2020.6.20)
  23. Oct 26 15:22:35 jf-two python3[21843]: Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/lib/python3/dist-packages (from requests) (1.26.5)
  24. Oct 26 15:22:35 jf-two python3[21843]: Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests) (3.3.1)
  25. Oct 26 15:22:36 jf-two python3[21843]: WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual>
  26. Oct 26 15:22:36 jf-two python3[21847]: Requirement already satisfied: faster-whisper in /usr/local/lib/python3.10/dist-packages (0.9.0)
  27. Oct 26 15:22:36 jf-two python3[21847]: Requirement already satisfied: av==10.* in /usr/local/lib/python3.10/dist-packages (from faster-whisper) (10.0.0)
  28. Oct 26 15:22:36 jf-two python3[21847]: Requirement already satisfied: ctranslate2<4,>=3.17 in /usr/local/lib/python3.10/dist-packages (from faster-whisper) (3.20.0)
  29. Oct 26 15:22:36 jf-two python3[21847]: Requirement already satisfied: onnxruntime<2,>=1.14 in /usr/local/lib/python3.10/dist-packages (from faster-whisper) (1.16.1)
  30. Oct 26 15:22:36 jf-two python3[21847]: Requirement already satisfied: tokenizers<0.15,>=0.13 in /usr/local/lib/python3.10/dist-packages (from faster-whisper) (0.14.1)
  31. Oct 26 15:22:36 jf-two python3[21847]: Requirement already satisfied: huggingface-hub>=0.13 in /usr/local/lib/python3.10/dist-packages (from faster-whisper) (0.17.3)
  32. Oct 26 15:22:36 jf-two python3[21847]: Requirement already satisfied: pyyaml<7,>=5.3 in /usr/lib/python3/dist-packages (from ctranslate2<4,>=3.17->faster-whisper) (5.4.1)
  33. Oct 26 15:22:36 jf-two python3[21847]: Requirement already satisfied: numpy in /usr/local/lib/python3.10/dist-packages (from ctranslate2<4,>=3.17->faster-whisper) (1.26.1)
  34. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.13->faster-whisper) (2.31.0)
  35. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: packaging>=20.9 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.13->faster-whisper) (23.2)
  36. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.13->faster-whisper) (4.8.0)
  37. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: fsspec in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.13->faster-whisper) (2023.10.0)
  38. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.13->faster-whisper) (3.12.4)
  39. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: tqdm>=4.42.1 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.13->faster-whisper) (4.66.1)
  40. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: sympy in /usr/local/lib/python3.10/dist-packages (from onnxruntime<2,>=1.14->faster-whisper) (1.12)
  41. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: flatbuffers in /usr/local/lib/python3.10/dist-packages (from onnxruntime<2,>=1.14->faster-whisper) (23.5.26)
  42. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: protobuf in /usr/local/lib/python3.10/dist-packages (from onnxruntime<2,>=1.14->faster-whisper) (4.24.4)
  43. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: coloredlogs in /usr/local/lib/python3.10/dist-packages (from onnxruntime<2,>=1.14->faster-whisper) (15.0.1)
  44. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: humanfriendly>=9.1 in /usr/local/lib/python3.10/dist-packages (from coloredlogs->onnxruntime<2,>=1.14->faster-whisper) (10.0)
  45. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests->huggingface-hub>=0.13->faster-whisper) (2020.6.20)
  46. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/lib/python3/dist-packages (from requests->huggingface-hub>=0.13->faster-whisper) (1.26.5)
  47. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests->huggingface-hub>=0.13->faster-whisper) (3.3)
  48. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests->huggingface-hub>=0.13->faster-whisper) (3.3.1)
  49. Oct 26 15:22:37 jf-two python3[21847]: Requirement already satisfied: mpmath>=0.19 in /usr/local/lib/python3.10/dist-packages (from sympy->onnxruntime<2,>=1.14->faster-whisper) (1.3.0)
  50. Oct 26 15:22:37 jf-two python3[21847]: WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual>
  51. Oct 26 15:22:42 jf-two python3[21830]: [2023-10-26 15:22:42.391] [ctranslate2] [thread 21830] [warning] The compute type inferred from the saved model is float16, but the target device or backend do not su>
  52. Oct 26 15:22:42 jf-two python3[21830]: WARNING:werkzeug: * Debugger is active!
  53. Oct 26 15:22:42 jf-two python3[21830]: INFO:werkzeug: * Debugger PIN: 131-348-638
  54.  
Advertisement
Add Comment
Please, Sign In to add comment