-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: assert parts[0] == "base_model" AssertionError #4682
Comments
INFO 05-08 11:38:43 async_llm_engine.py:529] Received request cmpl-cba3bae644234c86b209b60b0e93273b-0: prompt: '你好', sampling_params: SamplingParams(n=1, best_of=1, presence_penalty=0.0, frequency_penalty=0.0, repetition_penalty=1.0, temperature=0.7, top_p=1.0, top_k=-1, min_p=0.0, seed=None, use_beam_search=False, length_penalty=1.0, early_stopping=False, stop=[], stop_token_ids=[], include_stop_str_in_output=False, ignore_eos=False, max_tokens=128, min_tokens=0, logprobs=None, prompt_logprobs=None, skip_special_tokens=True, spaces_between_special_tokens=True, truncate_prompt_tokens=None), prompt_token_ids: [57668, 53901], lora_request: LoRARequest(lora_name='test-lora', lora_int_id=1, lora_local_path='/mnt/sda/edison/llama3/checkpoint-441'). The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
When I use |
You need to use the |
This has nothing to do with model name, FYI. |
Your current environment
🐛 Describe the bug
python -m vllm.entrypoints.openai.api_server
--model /mnt/sda/edison/llama3/Meta-Llama-3-8B-Instruct
--enable-lora
--lora-modules test-lora=/mnt/sda/edison/llama3/checkpoint-441
--gpu-memory-utilization 0.9
--host 0.0.0.0
--port 8008
--tensor-parallel-size 1
--enforce-eager
The text was updated successfully, but these errors were encountered: