Results 4 comments of Jon Su

Hi, Nathaniel Thanks for reporting this issue... It looks like Tobii deprecated their API, I will fix it by using TobiiEyeX SDK. But it will take some time to support...

@kittechAI You can merge the adapter with the base model to create a new full model, and then convert it to GGML. ``` python peft_model_id = "adapter_model" peft_config = PeftConfig.from_pretrained(peft_model_id)...

Mac有自帶名稱相同的指令swift,所以用web-ui是無法呼叫到正確的ms-swift指令,要去修改web-ui的原始代碼,將swift指令指到python路徑下的swift例如 `~/.pyenv/versions/3.12.5/bin/swift`

I downloaded the [v0.6.4.post1](https://github.com/vllm-project/vllm/releases/tag/v0.6.4.post1) I’m encountering an error when trying to use **_vLLM serve_** with the Qwen/Qwen2-Audio-7B-Instruct model to process audio input. Run the following curl command: ```bash curl https://huxtwsgqgqkueq-5000.proxy.runpod.net/v1/chat/completions...