Skip to content

fix(glm-4.7-flash): use --no-deps to prevent PyTorch downgrade#209

Merged
dzorlu merged 1 commit intomainfrom
fix/glm-no-deps
Feb 15, 2026
Merged

fix(glm-4.7-flash): use --no-deps to prevent PyTorch downgrade#209
dzorlu merged 1 commit intomainfrom
fix/glm-no-deps

Conversation

@dzorlu
Copy link
Collaborator

@dzorlu dzorlu commented Feb 15, 2026

Summary

  • Use uv pip install -e . --no-deps instead of uv pip install -e .
  • --no-deps skips dependency resolution, preserving vLLM's PyTorch 2.10.0

Problem

uv pip install -e . was still downgrading PyTorch from 2.10.0 to 2.9.0, causing vLLM ABI mismatch:

torch: 2.9.0+cu128  # Should be 2.10.0
ImportError: undefined symbol: _ZN3c104cuda29c10_cuda_check_implementationEiPKcS2_jb

🤖 Generated with Claude Code

uv pip install -e . was still downgrading PyTorch from 2.10.0 to 2.9.0.
Using --no-deps skips dependency resolution entirely.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@dzorlu dzorlu merged commit 87d86ea into main Feb 15, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant