You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use * 1000 instead of * 100 this is what I get on my small machine:
slow: 7.805477857589722
fast: 7.280818223953247
In general we don't look too heavily into micro benchmarks (unless it's a 10x), They don't usually tell a super compelling story.
For instance you could be using batch tokenization which should be much faster on Fast here.
output:
slow: 0.6021890640258789
fast: 0.7353882789611816
The text was updated successfully, but these errors were encountered: