摘要:
本地安装好Ollama后,下载了llama、ds大模型,命令行可以启动使用。 但是安装了Open WebUI后,无法找到模型。 命令行提示 windows ERROR [open_webui.routers.ollama] Connection error: Cannot connect to ho 阅读全文
摘要:
今天使用C#调用YoloSharp.Gpu,加载onnx模型,然后检测,代码很简单。 // Load the YOLO predictor predictor ??= new YoloPredictor(@"path to your.onnx"); // Run model var result = 阅读全文