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
When running on the v100 machine, an error occurs that BFfloat is not supported. Solution: Add parameter dtype='float16' in line 36 of src/src/llmtuner/chat/vllm_engine.py
Expected behavior
No response
System Info
No response
Others
No response
The text was updated successfully, but these errors were encountered:
Reminder
Reproduction
CUDA_VISIBLE_DEVICES=0 API_PORT=8000 python src/api_demo.py
--model_name_or_path /home/Baichuan2/Baichuan2-7B-Chat
--template baichuan2
--finetuning_type lora
--infer_backend vllm
When running on the v100 machine, an error occurs that BFfloat is not supported. Solution: Add parameter dtype='float16' in line 36 of src/src/llmtuner/chat/vllm_engine.py
Expected behavior
No response
System Info
No response
Others
No response
The text was updated successfully, but these errors were encountered: