Files
nyx-probing/requirements.txt
dafit 9853f4767b feat: initial nyx-probing framework structure
- Basic package structure (core, probes, analysis, storage, cli)
- probe_test.py - minimal probe that works on THE SPINE
- First successful probe: 2025-12-06
- Apache 2.0 license
- Qwen2.5-7B-Base on RTX 3090 (14.2GB VRAM)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 18:19:54 +01:00

22 lines
257 B
Plaintext

# Core ML
torch>=2.1.0
transformers>=4.36.0
accelerate>=0.25.0
# Data handling
numpy>=1.24.0
pandas>=2.0.0
# CLI
click>=8.1.0
rich>=13.0.0
# Configuration
pydantic>=2.5.0
pyyaml>=6.0.0
python-dotenv>=1.0.0
# Development
jupyter>=1.0.0
matplotlib>=3.8.0