โHelp
Common Issues
Installation
"slm-lab: command not found"
# Option 1: Add to PATH permanently (add to ~/.bashrc or ~/.zshrc)
export PATH="$HOME/.local/bin:$PATH"
# Option 2: Use uv run prefix
uv run slm-lab --helpImport errors after git pull
git pullgit pull
uv syncBox2D/swig errors
# macOS
brew install swig
# Ubuntu/Debian
sudo apt-get install -y swigGPU Issues
"NVIDIA-SMI has failed"
GPU not detected by PyTorch
Force CPU training
Performance Issues
Search mode runs slowly
Training is slow
Environment
Best Option
Process Issues
Kill stuck processes
Headless Server Issues
"Cannot connect to None" / No display
Forward GUI via SSH
Data Transfer
Sync results from remote server
Debugging Tips
Enable verbose logging
Check spec is valid
Error
Fix
Profile performance
Getting More Help
Search existing issues
Report a new issue
Community
FAQ
What does SLM stand for?
Why use uv instead of pip/conda?
Can I use SLM Lab with custom environments?
How do I cite SLM Lab?
Last updated
Was this helpful?