| 12345678910111213141516 |
- (base) [root@localhost ~]# docker exec finetune-trainer /opt/conda/bin/pip install --upgrade transformers -q
- ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
- vllm 0.19.0 requires flashinfer-cubin==0.6.6, which is not installed.
- vllm 0.19.0 requires flashinfer-python==0.6.6, which is not installed.
- vllm 0.19.0 requires nvidia-cudnn-frontend<1.19.0,>=1.13.0, which is not installed.
- vllm 0.19.0 requires nvidia-cutlass-dsl>=4.4.0.dev1, which is not installed.
- vllm 0.19.0 requires quack-kernels>=0.2.7, which is not installed.
- compressed-tensors 0.14.0.1 requires transformers<5.0.0, but you have transformers 5.9.0 which is incompatible.
- vllm 0.19.0 requires opencv-python-headless>=4.13.0, but you have opencv-python-headless 4.11.0.86 which is incompatible.
- vllm 0.19.0 requires torch==2.10.0, but you have torch 2.8.0+metax3.5.3.9 which is incompatible.
- vllm 0.19.0 requires torchaudio==2.10.0, but you have torchaudio 2.4.1+metax3.5.3.9 which is incompatible.
- vllm 0.19.0 requires torchvision==0.25.0, but you have torchvision 0.15.1+metax3.5.3.9 which is incompatible.
- vllm 0.19.0 requires transformers<5,>=4.56.0, but you have transformers 5.9.0 which is incompatible.
- vllm-metax 0.19.0+g933e92.d20260429.maca3.5.3.20.torch2.8 requires transformers<5,>=4.56.0, but you have transformers 5.9.0 which is incompatible.
- WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
- (base) [root@localhost ~]#
|