Hi,
I attempted to reproduce the latency results reported in the paper; however, in both cases, the original model appears to be more efficient than SparseD.
Here are the commands I used:
python dream_generation.py --origin --prompt 4k
Running Time: 45.8935
python dream_generation.py --skip 0.2 --select 0.3 --block_size 128 --prompt 4k
Running Time: 79.7773
Hi,
I attempted to reproduce the latency results reported in the paper; however, in both cases, the original model appears to be more efficient than SparseD.
Here are the commands I used:
python dream_generation.py --origin --prompt 4k
Running Time: 45.8935
python dream_generation.py --skip 0.2 --select 0.3 --block_size 128 --prompt 4k
Running Time: 79.7773