Skip to content

fix: make vllm optional for non-NVIDIA platforms#8

Merged
factnn merged 1 commit into
mainfrom
fix/vllm-nvidia-only
May 27, 2026
Merged

fix: make vllm optional for non-NVIDIA platforms#8
factnn merged 1 commit into
mainfrom
fix/vllm-nvidia-only

Conversation

@factnn
Copy link
Copy Markdown
Collaborator

@factnn factnn commented May 27, 2026

Summary

  • Remove vllm==0.13.0 from requirements.txt (NVIDIA users install manually)
  • Mark vLLM and cuBLAS datasets as NVIDIA-only in README
  • Update setup instructions for non-NVIDIA platforms

Fixes #6 (Hygon pydantic conflict)
Fixes #7 (Ascend torch_npu incompatibility)

Both issues caused by vllm pulling incompatible torch versions on non-NVIDIA platforms.

- Move vllm out of requirements.txt (comment-only, manual install on NVIDIA)
- Mark vLLM and cuBLAS datasets as NVIDIA-only in README
- Update setup instructions to separate NVIDIA vs non-NVIDIA install

Fixes #6, Fixes #7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant