fanyang
fanyang
Perhaps `javac --release 8` works.
> I am not sure it works on all filesystem if we are renaming and writing at same time. Indeed. A key-value store may be needed to solve this issue...
I run qwen3-reranker with the following commands: ``` # Thanks @Torala uv add "transformers>=4.51.0" # https://github.com/huggingface/optimum/issues/2277 sed -i 's/raise RuntimeError/print/g' $(fd -HI __init__.py | grep 'bettertransformer/_') # Thanks @wirthual uv...
Dirty one-liner fix (with [sharkdp/fd](https://github.com/sharkdp/fd)): ```bash sed -i 's/raise RuntimeError/print/g' $(fd -HI __init__.py | grep 'bettertransformer/_') ```
Same issue with me, install torch==2.7.0+cu128 and vllm nightly directly by pip works for me
> Excuse me,How to solve this problem on Docker? @l137295 Try this image `nvcr.io/nvidia/tritonserver:25.05-vllm-python-py3` or take a look at this [Dockerfile](https://github.com/fanyang89/my-vllm/blob/main/Dockerfile)
Mine works fine. Arch Linux + Linux 6.15.7-arch1-1 ``` sudo pacman -S python-pytorch-opt-rocm yay -S python-torchvision-rocm python -m pip install -r requirements.txt --break-system-packages # comfyui packages only ``` I didn't...