EthanPeng
EthanPeng
``` handler({ BMap }) { this.BMap = BMap }, onMapClick(type) { const point = { ...type.point } this.longitude = point.lng this.latitude = point.lat const geocoder = new this.BMap.Geocoder() console.log(point) console.log(new...
> 已支持[vLLM](https://github.com/OpenBMB/MiniCPM-V?tab=readme-ov-file#vllm) 推理,欢迎试用~ 尝试使用 vllm 报错了 ``` Obtaining file:///data/workspace/MiniCPM/vllm Installing build dependencies ... done Checking if build backend supports build_editable ... done Getting requirements to build editable ... done Preparing...
解决了: ``` export CUDA_HOME=/usr/local/cuda-12.2 export PATH="${CUDA_HOME}/bin:$PATH" ```
vllm 现在貌似并不支持 ``` from openai import OpenAI client = OpenAI() response = client.chat.completions.create( model="gpt-4o", messages=[ { "role": "user", "content": [ {"type": "text", "text": "What’s in this image?"}, { "type": "image_url",...
same can open this url in chrome
direct connection cannot access ,,but can access after setting system proxy > @viewhang Does chrome has proxy settings? What is output of `curl -v https://api-license.orbstack.dev/api/v1/app/start_auth`?