stac

Hardware Requirements

System Requirements

Minimum Requirements

Model-Specific Requirements

DistilGPT-2

SmolLM2-1.7B-Instruct

Supported Hardware

Current Support

Planned Support (Future Work)

Installation Notes

CUDA Installation

# For CUDA 11.8
pip install torch==2.3.0+cu118 -f https://download.pytorch.org/whl/torch_stable.html

# For CUDA 12.1  
pip install torch==2.3.0+cu121 -f https://download.pytorch.org/whl/torch_stable.html

# For CPU only
pip install torch==2.3.0+cpu -f https://download.pytorch.org/whl/torch_stable.html

SpikingJelly Installation

# Latest pre-release version required
pip install spikingjelly[cuda] -U --pre

Performance Expectations

Conversion Performance

Memory Usage

Troubleshooting

Common Issues

  1. CUDA Out of Memory: Reduce batch size or use CPU fallback
  2. SpikingJelly Version: Ensure version >= 0.0.0.0.14
  3. PyTorch Compatibility: Use PyTorch 2.0.0 - 2.5.x range

Performance Optimization

  1. Use SSD storage for faster I/O
  2. Close unnecessary applications during conversion
  3. Use simplified mode for initial testing