YAETHeryk

Results 4 issues of YAETHeryk

编程时偶然发现的,就多测试了几次,似乎即便模型能正确列出优先级顺序表,它依然会固执地认为^运算符应该先于+运算。 1. ![捕获](https://github.com/QwenLM/Qwen2/assets/94971073/bd2560ff-10bb-4a0f-8afb-1cc8353b4160) ![捕获1](https://github.com/QwenLM/Qwen2/assets/94971073/89b53810-7bf3-4aa4-a070-657450e89a59) ![捕获2](https://github.com/QwenLM/Qwen2/assets/94971073/90e201ec-3f0d-48aa-82d6-93bdbc17ea8f) 2. ![捕获3](https://github.com/QwenLM/Qwen2/assets/94971073/d72084e1-66f8-4aa9-bee0-867435265ea3) ![捕获4](https://github.com/QwenLM/Qwen2/assets/94971073/1f03a6e2-e0ac-48cf-950e-fbb350eca710) ![1720058436820](https://github.com/QwenLM/Qwen2/assets/94971073/c71749b7-2909-472c-b2b5-6699d90bcefa) ![1720058468275](https://github.com/QwenLM/Qwen2/assets/94971073/2921eadc-056c-4664-b4aa-57afdf33b438) Qwen2-7B-Instruct-GPTQ-Int4在这个问题也出现类似错误。 ``` client = OpenAI( api_key=openai_api_key, base_url=openai_api_base, ) chat_response = client.chat.completions.create( model="Qwen2-7B-Instruct-GPTQ-Int4", messages=[ {"role": "system", "content": "You are a helpful...

enhancement

### Has this been raised before? - [X] I have checked [the GitHub README](https://github.com/QwenLM/Qwen2.5). - [X] I have checked [the Qwen documentation](https://qwen.readthedocs.io) and cannot find an answer there. - [X]...

### Self Checks - [x] I have searched for existing issues [search for existing issues](https://github.com/infiniflow/ragflow/issues), including closed ones. - [x] I confirm that I am using English to submit this...

🙋‍♀️ question

部署代码 ``` byzerllm deploy --pretrained_model_type custom/sensevoice ^ --infer_backend transformers ^ --cpus_per_worker 0.001 ^ --gpus_per_worker 0 ^ --num_workers 1 ^ --model_path D:/Project/PYTHON/william-toolbox/SenseVoiceSmall ^ --infer_params vad_model=fsmn-vad vad_kwargs.max_single_segment_time=30000 ^ --model voice2text ``` 用文档里whisper模型的代码测试了一下:...