Xin Tao
Results
2
issues of
Xin Tao
Hi, I am trying to use your wonderful pre-built lib in my c++project. It works well when using dynamic libs. But I failed to link with `tensorflow_static.lib` I tried the...
I use Ollama on Macbook Pro, and tried `qwen2.5-coder:1.5b`, as well as `modelscope.cn/unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF:latest`. The content in `~/.claude-code-router/config.json`: ```json { "PORT": 3456, "Providers": [ { "name": "ollama", "api_base_url": "http://localhost:11434/v1/chat/completions", "api_key": "ollama",...