I have try to set tokenizer use local dir in the benchmark_visualization.ipynb:
tokenizer="/home/xfusion/Downloads/vllm/models/Qwen3.5-122B-A10B-int4-AutoRound",
but the output is:
Initializing Corpus...
Error loading tokenizer: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/home/xfusion/Downloads/vllm/models/Qwen3.5-122B-A10B-int4-AutoRound'. Use repo_type argument if needed.
Falling back to 'gpt2' tokenizer as approximation.
I have try to set tokenizer use local dir in the benchmark_visualization.ipynb:
tokenizer="/home/xfusion/Downloads/vllm/models/Qwen3.5-122B-A10B-int4-AutoRound",
but the output is:
Initializing Corpus...
Error loading tokenizer: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/home/xfusion/Downloads/vllm/models/Qwen3.5-122B-A10B-int4-AutoRound'. Use
repo_typeargument if needed.Falling back to 'gpt2' tokenizer as approximation.