pip install -r requirements.txt
python start_fox.py
python measure_ram.py <prompt> <size> <steps> <repetitions>
Example:
python measure_ram.py --prompt "A fox riding a rocket to the moon" --size 768 --steps 100 --repetition 3
Please refer to plots.ipynb
The measure_ram.py
script has a pipe
variable which is the actual model. When collecting data for a quantized model, that variable will have to be swapped out for the quantized model.