withmartian / routerbench

The code for the paper ROUTERBENCH: A Benchmark for Multi-LLM Routing System
MIT License
77 stars 14 forks source link

Warning with TikToken: "Warning: model not found. Using cl100k_base encoding." #5

Open mjwarren3 opened 2 months ago

mjwarren3 commented 2 months ago

I just started trying to replicate routerbench locally on a Windows machine.

Context on things that occurred before this warning:

When trying to run evaluate_routers I started getting hundreds (maybe thousands?) of warnings with the same message: Warning: model not found. Using cl100k_base encoding.

I assume we should be pulling the encoding for the various models we are testing in the router? Any guidance on how to fix this?

SenmiaoORZ commented 1 month ago

same problem here

SenmiaoORZ commented 1 month ago

Got the word from author. It is safe to run with that warning.

image