iwaitu

Results 8 comments of iwaitu

什么时候能跟上es 的官方版本呀,7.70 了

When I updated UXDivers.GrialMaui to 4.1.106,and UXDivers.GrialMaui.Maps to 4.1.105, FloatingMenu works fine.But I found other probelm. xmlns:grialMaps="clr-namespace:UXDivers.Grial;assembly=UXDivers.GrialMaui.Maps" this line throw error . map controller was not in the namespace ....

I trying to do a loginpage, I copy this entry code from SignUpPage in full sample project, and copy SignUpPage into the new project from full sample project. My problem...

function call 能力非常重要,如果支持这个就可以在一定程度上替代 openai 的 chatgpt了

CUDA_VISIBLE_DEVICES=0,1 VLLM_USE_V1=0 vllm serve /home/lc/work/models/GLM-4-32B-0414 \ --port 8000 \ --trust-remote-code \ --max-model-len 32768 \ --tensor-parallel-size 2 \ --gpu_memory_utilization 0.8 \ --served-model-name "glm4" \ --enable-auto-tool-choice \ --tool-call-parser pythonic \ --trust-remote-code 运行出错,vllm...

``` pip uninstall vllm git clone https://github.com/vllm-project/vllm.git cd vllm git fetch origin pull/16618/head:pr-16618 VLLM_USE_PRECOMPILED=1 pip install --editable . ``` 已经卸载原来的版本,重新编译 #16618 后,还是出错 ``` (llm) (base) lc@ai-h100:~/work$ CUDA_VISIBLE_DEVICES=0,1 VLLM_USE_V1=0 vllm serve...