{"id":93638,"date":"2026-08-12T22:32:54","date_gmt":"2026-08-12T14:32:54","guid":{"rendered":"https:\/\/www.wsisp.com\/helps\/93638.html"},"modified":"2026-08-12T22:32:54","modified_gmt":"2026-08-12T14:32:54","slug":"strix-%e9%83%a8%e7%bd%b2%e4%b8%8e%e9%85%8d%e7%bd%ae%e6%8c%87%e5%8d%97%ef%bc%88ubuntu-gpustack%ef%bc%89","status":"publish","type":"post","link":"https:\/\/www.wsisp.com\/helps\/93638.html","title":{"rendered":"Strix \u90e8\u7f72\u4e0e\u914d\u7f6e\u6307\u5357\uff08Ubuntu + GPUStack\uff09"},"content":{"rendered":"<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u672c\u6307\u5357\u9002\u7528\u4e8e\u5728 Ubuntu <\/span><span style=\"color:#0f1115\">\u7cfb\u7edf\u4e0a\u90e8\u7f72\u5f00\u6e90<\/span><span style=\"color:#0f1115\"> AI <\/span><span style=\"color:#0f1115\">\u6e17\u900f\u6d4b\u8bd5\u5de5\u5177<\/span><span style=\"color:#0f1115\"> Strix<\/span><span style=\"color:#0f1115\">&#xff0c;\u5e76\u4f7f\u7528\u672c\u5730\u90e8\u7f72\u7684<\/span><span style=\"color:#0f1115\"> GPUStack <\/span><span style=\"color:#0f1115\">\u670d\u52a1\u4f5c\u4e3a<\/span><span style=\"color:#0f1115\"> LLM <\/span><span style=\"color:#0f1115\">\u540e\u7aef\u3002\u6240\u6709\u654f\u611f\u4fe1\u606f\u5747\u4ee5\u5360\u4f4d\u7b26\u8868\u793a&#xff0c;\u8bf7\u6839\u636e\u5b9e\u9645\u73af\u5883\u66ff\u6362\u3002<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">1. <\/span><span style=\"color:#0f1115\">\u524d\u7f6e\u6761\u4ef6<\/span><\/span><\/p>\n<ul>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u64cd\u4f5c\u7cfb\u7edf&#xff1a;Ubuntu 20.04 \u6216\u66f4\u9ad8\u7248\u672c<\/span><\/span><\/li>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u786c\u4ef6&#xff1a;\u5efa\u8bae 8GB \u4ee5\u4e0a\u5185\u5b58&#xff0c;\u5982\u6709 GPU \u52a0\u901f\u6548\u679c\u66f4\u4f73<\/span><\/span><\/li>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u8f6f\u4ef6&#xff1a;<\/span><\/span>\n<ul>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">Docker&#xff08;\u5df2\u5b89\u88c5\u5e76\u8fd0\u884c&#xff09;<\/span><\/span><\/li>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">Python 3.12&#043;<\/span><\/span><\/li>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u7f51\u7edc\u8bbf\u95ee&#xff08;\u53ef\u80fd\u9700\u914d\u7f6e\u955c\u50cf\u52a0\u901f&#xff09;<\/span><\/span><\/li>\n<\/ul>\n<\/li>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">GPUStack \u670d\u52a1&#xff1a;\u5df2\u90e8\u7f72\u5e76\u8fd0\u884c&#xff0c;\u5177\u6709\u6709\u6548\u7684 API Key<\/span><\/span><\/li>\n<\/ul>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">2. <\/span><span style=\"color:#0f1115\">\u5b89\u88c5<\/span><span style=\"color:#0f1115\"> Docker<\/span><span style=\"color:#0f1115\">&#xff08;\u5982\u672a\u5b89\u88c5&#xff09;<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u5982\u679c<\/span><span style=\"color:#0f1115\"> Docker <\/span><span style=\"color:#0f1115\">\u5c1a\u672a\u5b89\u88c5&#xff0c;\u53ef\u4f7f\u7528\u56fd\u5185\u955c\u50cf\u6e90\u5feb\u901f\u5b89\u88c5&#xff1a;<\/span><\/span><\/p>\n<p># \u5b89\u88c5\u4f9d\u8d56<\/p>\n<p>sudo apt update<\/p>\n<p>sudo apt install -y apt-transport-https ca-certificates curl software-properties-common<\/p>\n<p># \u6dfb\u52a0\u963f\u91cc\u4e91 Docker \u955c\u50cf\u6e90<\/p>\n<p>curl -fsSL https:\/\/mirrors.aliyun.com\/docker-ce\/linux\/ubuntu\/gpg | sudo gpg &#8211;dearmor -o \/usr\/share\/keyrings\/docker-archive-keyring.gpg<\/p>\n<p>echo &#034;deb [arch&#061;$(dpkg &#8211;print-architecture) signed-by&#061;\/usr\/share\/keyrings\/docker-archive-keyring.gpg] https:\/\/mirrors.aliyun.com\/docker-ce\/linux\/ubuntu $(lsb_release -cs) stable&#034; | sudo tee \/etc\/apt\/sources.list.d\/docker.list &gt; \/dev\/null<\/p>\n<p># \u5b89\u88c5 Docker<\/p>\n<p>sudo apt update<\/p>\n<p>sudo apt install -y docker-ce docker-ce-cli containerd.io<\/p>\n<p># \u542f\u52a8\u5e76\u8bbe\u7f6e\u5f00\u673a\u81ea\u542f<\/p>\n<p>sudo systemctl start docker<\/p>\n<p>sudo systemctl enable docker<\/p>\n<p># \u5c06\u5f53\u524d\u7528\u6237\u52a0\u5165 docker \u7ec4&#xff08;\u9700\u8981\u91cd\u65b0\u767b\u5f55\u751f\u6548&#xff09;<\/p>\n<p>sudo usermod -aG docker $USER <\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u9a8c\u8bc1&#xff1a;<\/span><span style=\"background-color:#ebeef2\"><span style=\"color:#0f1115\">docker &#8211;version<\/span><\/span>\u00a0<span style=\"color:#0f1115\">\u548c<\/span>\u00a0<span style=\"background-color:#ebeef2\"><span style=\"color:#0f1115\">docker run hello-world<\/span><\/span><span style=\"color:#0f1115\">\u3002<\/span><\/span><\/p>\n<hr \/>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">3. <\/span><span style=\"color:#0f1115\">\u5b89\u88c5<\/span><span style=\"color:#0f1115\"> Strix<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">Strix <\/span><span style=\"color:#0f1115\">\u53ef\u901a\u8fc7<\/span>\u00a0<span style=\"background-color:#ebeef2\"><span style=\"color:#0f1115\">pipx<\/span><\/span>\u00a0<span style=\"color:#0f1115\">\u5b89\u88c5&#xff0c;\u907f\u514d\u6c61\u67d3\u7cfb\u7edf<\/span><span style=\"color:#0f1115\"> Python <\/span><span style=\"color:#0f1115\">\u73af\u5883\u3002<\/span><\/span><\/p>\n<p># \u5b89\u88c5 pipx&#xff08;\u7cfb\u7edf\u5305&#xff09;<\/p>\n<p>sudo apt install -y pipx<\/p>\n<p>pipx ensurepath<\/p>\n<p># \u91cd\u65b0\u52a0\u8f7d shell \u6216 source ~\/.bashrc<\/p>\n<p>source ~\/.bashrc<\/p>\n<p># \u4f7f\u7528\u56fd\u5185\u955c\u50cf\u5b89\u88c5 strix-agent<\/p>\n<p>pipx install strix-agent &#8211;index-url https:\/\/pypi.tuna.tsinghua.edu.cn\/simple<\/p>\n<p># \u5982\u6e05\u534e\u955c\u50cf\u6162&#xff0c;\u53ef\u6539\u7528\u963f\u91cc\u4e91&#xff08;\u6ce8\u610f http&#xff09;<\/p>\n<p># pipx install strix-agent &#8211;index-url http:\/\/mirrors.aliyun.com\/pypi\/simple\/ &#8211;trusted-host mirrors.aliyun.com <\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u9a8c\u8bc1&#xff1a;<\/span><span style=\"background-color:#ebeef2\"><span style=\"color:#0f1115\">strix &#8211;version<\/span><\/span>\u00a0<span style=\"color:#0f1115\">\u5e94\u663e\u793a\u7248\u672c\u53f7\u3002<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">4. <\/span><span style=\"color:#0f1115\">\u914d\u7f6e<\/span><span style=\"color:#0f1115\"> GPUStack <\/span><span style=\"color:#0f1115\">\u8fde\u63a5\u4fe1\u606f<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u4ece<\/span><span style=\"color:#0f1115\"> GPUStack <\/span><span style=\"color:#0f1115\">\u63a7\u5236\u53f0\u83b7\u53d6\u4ee5\u4e0b\u4fe1\u606f&#xff1a;<\/span><\/span><\/p>\n<ul>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">API Base URL&#xff1a;\u5982\u00a0<span style=\"background-color:#ebeef2\">http:\/\/YOUR_GPU_STACK_IP:YOUR_PORT\/v1<\/span><\/span><\/span><\/li>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">API Key&#xff1a;\u5982\u00a0<span style=\"background-color:#ebeef2\">gpustack_xxxxxxxxxxxxxxxx<\/span><\/span><\/span><\/li>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u6a21\u578b\u540d\u79f0&#xff1a;\u5982\u00a0<span style=\"background-color:#ebeef2\">gpt-oss-20b<\/span>\u00a0\u6216\u00a0<span style=\"background-color:#ebeef2\">deepseek-r1-distill-qwen-14b<\/span><\/span><\/span><\/li>\n<\/ul>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u63a8\u8350\u4f18\u5148\u4f7f\u7528<\/span>\u00a0<span style=\"background-color:#ebeef2\"><span style=\"color:#0f1115\">gpt-oss-20b<\/span><\/span><span style=\"color:#0f1115\">&#xff0c;\u5b83\u5bf9\u5de5\u5177\u8c03\u7528\u7684\u652f\u6301\u53ef\u80fd\u66f4\u7a33\u5b9a\u3002<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">4.1 <\/span><span style=\"color:#0f1115\">\u4e34\u65f6\u73af\u5883\u53d8\u91cf\u6d4b\u8bd5&#xff08;\u63a8\u8350\u5148\u7528\u6b64\u65b9\u6cd5&#xff09;<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u5728\u7ec8\u7aef\u6267\u884c\u4ee5\u4e0b\u547d\u4ee4&#xff08;\u66ff\u6362\u5360\u4f4d\u7b26&#xff09;&#xff1a;<\/span><\/span><\/p>\n<p>export STRIX_LLM&#061;&#034;openai\/YOUR_MODEL_NAME&#034;<\/p>\n<p>export LLM_API_KEY&#061;&#034;YOUR_GPU_STACK_API_KEY&#034;<\/p>\n<p>export LLM_API_BASE&#061;&#034;http:\/\/YOUR_GPU_STACK_IP:YOUR_PORT\/v1&#034;<\/p>\n<p>export STRIX_MAX_TOKENS&#061;8192\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 # \u907f\u514d\u8d1f\u6570\u9519\u8bef<\/p>\n<p>export STRIX_MODEL_CONTEXT_LENGTH&#061;8192 # \u624b\u52a8\u6307\u5b9a\u4e0a\u4e0b\u6587\u957f\u5ea6<\/p>\n<p>export LITELLM_DROP_PARAMS&#061;true\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 # \u5ffd\u7565\u4e0d\u652f\u6301\u7684\u53c2\u6570 <\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u7136\u540e\u8fd0\u884c\u4e00\u6b21\u6d4b\u8bd5\u626b\u63cf&#xff1a;<\/span><\/span><\/p>\n<p>strix &#8211;target .\/test-scan <\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u5982\u679c\u6210\u529f&#xff0c;\u53ef\u5c06\u8fd9\u4e9b\u53d8\u91cf\u6301\u4e45\u5316\u3002<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">4.2 <\/span><span style=\"color:#0f1115\">\u6301\u4e45\u5316\u914d\u7f6e<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u65b9\u6cd5<\/span><span style=\"color:#0f1115\"> A<\/span><span style=\"color:#0f1115\">&#xff1a;\u5199\u5165<\/span>\u00a0<span style=\"background-color:#ebeef2\"><span style=\"color:#0f1115\">~\/.strix\/cli-config.json<\/span><\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">Strix <\/span><span style=\"color:#0f1115\">\u5728\u9996\u6b21\u8fd0\u884c\u540e\u4f1a\u81ea\u52a8\u751f\u6210\u6b64\u6587\u4ef6&#xff0c;\u53ef\u624b\u52a8\u7f16\u8f91&#xff1a;<\/span><\/span><\/p>\n<p>nano ~\/.strix\/cli-config.json<\/p>\n<p>\u586b\u5165\u4ee5\u4e0b\u5185\u5bb9&#xff08;\u4f7f\u7528\u5360\u4f4d\u7b26&#xff09;&#xff1a;<\/p>\n<p>json<\/p>\n<p>{<\/p>\n<p>\u00a0 &#034;env&#034;: {<\/p>\n<p>\u00a0\u00a0\u00a0 &#034;STRIX_LLM&#034;: &#034;openai\/YOUR_MODEL_NAME&#034;,<\/p>\n<p>\u00a0\u00a0\u00a0 &#034;LLM_API_KEY&#034;: &#034;YOUR_GPU_STACK_API_KEY&#034;,<\/p>\n<p>\u00a0\u00a0\u00a0 &#034;LLM_API_BASE&#034;: &#034;http:\/\/YOUR_GPU_STACK_IP:YOUR_PORT\/v1&#034;,<\/p>\n<p>\u00a0\u00a0\u00a0 &#034;STRIX_MAX_TOKENS&#034;: &#034;8192&#034;,<\/p>\n<p>\u00a0\u00a0\u00a0 &#034;STRIX_MODEL_CONTEXT_LENGTH&#034;: &#034;8192&#034;,<\/p>\n<p>\u00a0\u00a0\u00a0 &#034;LITELLM_DROP_PARAMS&#034;: &#034;true&#034;<\/p>\n<p>\u00a0 }<\/p>\n<p>} <\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u4fdd\u5b58\u540e&#xff0c;\u6bcf\u6b21\u6267\u884c<\/span>\u00a0<span style=\"background-color:#ebeef2\"><span style=\"color:#0f1115\">strix<\/span><\/span>\u00a0<span style=\"color:#0f1115\">\u5c06\u81ea\u52a8\u4f7f\u7528\u8be5\u914d\u7f6e\u3002<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u65b9\u6cd5<\/span><span style=\"color:#0f1115\"> B<\/span><span style=\"color:#0f1115\">&#xff1a;\u5199\u5165<\/span>\u00a0<span style=\"background-color:#ebeef2\"><span style=\"color:#0f1115\">~\/.bashrc<\/span><\/span><span style=\"color:#0f1115\">&#xff08;\u73af\u5883\u53d8\u91cf&#xff09;<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u82e5\u914d\u7f6e\u6587\u4ef6\u4e0d\u751f\u6548&#xff0c;\u53ef\u5c06\u73af\u5883\u53d8\u91cf\u52a0\u5165<\/span>\u00a0<span style=\"background-color:#ebeef2\"><span style=\"color:#0f1115\">~\/.bashrc<\/span><\/span><span style=\"color:#0f1115\">&#xff1a;<\/span><\/span><\/p>\n<p>echo &#039;export STRIX_LLM&#061;&#034;openai\/YOUR_MODEL_NAME&#034;&#039; &gt;&gt; ~\/.bashrc<\/p>\n<p>echo &#039;export LLM_API_KEY&#061;&#034;YOUR_GPU_STACK_API_KEY&#034;&#039; &gt;&gt; ~\/.bashrc<\/p>\n<p>echo &#039;export LLM_API_BASE&#061;&#034;http:\/\/YOUR_GPU_STACK_IP:YOUR_PORT\/v1&#034;&#039; &gt;&gt; ~\/.bashrc<\/p>\n<p>echo &#039;export STRIX_MAX_TOKENS&#061;8192&#039; &gt;&gt; ~\/.bashrc<\/p>\n<p>echo &#039;export STRIX_MODEL_CONTEXT_LENGTH&#061;8192&#039; &gt;&gt; ~\/.bashrc<\/p>\n<p>echo &#039;export LITELLM_DROP_PARAMS&#061;true&#039; &gt;&gt; ~\/.bashrc<\/p>\n<p>source ~\/.bashrc <\/p>\n<hr \/>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">5. <\/span><span style=\"color:#0f1115\">\u5e38\u89c1\u9519\u8bef\u53ca\u89e3\u51b3\u65b9\u6cd5<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">5.1 <\/span><span style=\"color:#0f1115\">\u9519\u8bef&#xff1a;<\/span><span style=\"background-color:#ebeef2\"><span style=\"color:#0f1115\">max_tokens must be at least 1, got -6100<\/span><\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u539f\u56e0<\/span><span style=\"color:#0f1115\">&#xff1a;<\/span><span style=\"color:#0f1115\">Strix <\/span><span style=\"color:#0f1115\">\u8ba1\u7b97<\/span>\u00a0<span style=\"background-color:#ebeef2\"><span style=\"color:#0f1115\">max_tokens<\/span><\/span>\u00a0<span style=\"color:#0f1115\">\u65f6\u4f7f\u7528\u4e86\u9519\u8bef\u7684\u4e0a\u4e0b\u6587\u957f\u5ea6&#xff08;\u53ef\u80fd\u4e3a<\/span><span style=\"color:#0f1115\"> 0<\/span><span style=\"color:#0f1115\">&#xff09;&#xff0c;\u5bfc\u81f4\u8d1f\u6570\u3002<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u89e3\u51b3<\/span><span style=\"color:#0f1115\">&#xff1a;<\/span><\/span><\/p>\n<ul>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u8bbe\u7f6e\u73af\u5883\u53d8\u91cf\u00a0<span style=\"background-color:#ebeef2\">STRIX_MAX_TOKENS&#061;8192<\/span>&#xff08;\u6216\u66f4\u5927&#xff09;\u5f3a\u5236\u6307\u5b9a\u8f93\u51fa token \u4e0a\u9650\u3002<\/span><\/span><\/li>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u540c\u65f6\u8bbe\u7f6e\u00a0<span style=\"background-color:#ebeef2\">STRIX_MODEL_CONTEXT_LENGTH&#061;8192<\/span>\u00a0\u544a\u77e5\u6a21\u578b\u4e0a\u4e0b\u6587\u603b\u957f&#xff0c;\u8ba9 Strix \u6b63\u786e\u8ba1\u7b97\u5269\u4f59 token\u3002<\/span><\/span><\/li>\n<\/ul>\n<hr \/>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">5.2 <\/span><span style=\"color:#0f1115\">\u9519\u8bef&#xff1a;<\/span><span style=\"background-color:#ebeef2\"><span style=\"color:#0f1115\">&#034;auto&#034; tool choice requires &#8211;enable-auto-tool-choice &#8230;<\/span><\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u539f\u56e0<\/span><span style=\"color:#0f1115\">&#xff1a;<\/span><span style=\"color:#0f1115\">GPUStack <\/span><span style=\"color:#0f1115\">\u540e\u7aef&#xff08;\u5982<\/span><span style=\"color:#0f1115\"> vLLM\/llama.cpp<\/span><span style=\"color:#0f1115\">&#xff09;\u672a\u5f00\u542f\u5de5\u5177\u8c03\u7528&#xff08;<\/span><span style=\"color:#0f1115\">Function Calling<\/span><span style=\"color:#0f1115\">&#xff09;\u652f\u6301\u3002<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u89e3\u51b3<\/span><span style=\"color:#0f1115\">&#xff1a;<\/span><\/span><\/p>\n<ul>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u5c1d\u8bd5\u8bbe\u7f6e\u00a0<span style=\"background-color:#ebeef2\">LITELLM_DROP_PARAMS&#061;true<\/span>&#xff0c;\u8ba9 LiteLLM \u4e22\u5f03\u00a0<span style=\"background-color:#ebeef2\">tool_choice<\/span>\u00a0\u53c2\u6570&#xff08;\u53ef\u80fd\u5f71\u54cd\u529f\u80fd&#xff09;\u3002<\/span><\/span><\/li>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u5207\u6362\u81f3\u5bf9\u5de5\u5177\u8c03\u7528\u517c\u5bb9\u6027\u66f4\u597d\u7684\u6a21\u578b&#xff0c;\u5982\u00a0<span style=\"background-color:#ebeef2\">gpt-oss-20b<\/span>\u3002<\/span><\/span><\/li>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u82e5\u6709\u6743\u9650&#xff0c;\u5728 GPUStack \u542f\u52a8\u53c2\u6570\u4e2d\u6dfb\u52a0\u00a0<span style=\"background-color:#ebeef2\">&#8211;enable-auto-tool-choice<\/span>\u00a0\u548c\u00a0<span style=\"background-color:#ebeef2\">&#8211;tool-call-parser<\/span>&#xff08;\u5177\u4f53\u53d6\u51b3\u4e8e\u540e\u7aef&#xff09;\u3002<\/span><\/span><\/li>\n<\/ul>\n<hr \/>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">5.3 <\/span><span style=\"color:#0f1115\">\u9519\u8bef&#xff1a;<\/span><span style=\"background-color:#ebeef2\"><span style=\"color:#0f1115\">Unexpected token 13 while expecting start token 200006<\/span><\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u539f\u56e0<\/span><span style=\"color:#0f1115\">&#xff1a;\u6a21\u578b\u540e\u7aef\u5bf9\u8bf7\u6c42\u683c\u5f0f\u4e0d\u517c\u5bb9&#xff0c;\u901a\u5e38\u4e0e<\/span>\u00a0<span style=\"background-color:#ebeef2\"><span style=\"color:#0f1115\">tools<\/span><\/span>\u00a0<span style=\"color:#0f1115\">\u53c2\u6570\u6709\u5173\u3002<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u89e3\u51b3<\/span><span style=\"color:#0f1115\">&#xff1a;<\/span><\/span><\/p>\n<ul>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u540c 5.2&#xff0c;\u5c1d\u8bd5\u00a0<span style=\"background-color:#ebeef2\">LITELLM_DROP_PARAMS&#061;true<\/span>\u3002<\/span><\/span><\/li>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u66f4\u6362\u4e3a\u00a0<span style=\"background-color:#ebeef2\">gpt-oss-20b<\/span>\u00a0\u6a21\u578b\u3002<\/span><\/span><\/li>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u5982\u4ecd\u5931\u8d25&#xff0c;\u8003\u8651\u4f7f\u7528\u5b8c\u5168\u517c\u5bb9 OpenAI API \u7684\u63a8\u7406\u670d\u52a1\u5668&#xff08;\u5982\u00a0<span style=\"background-color:#ebeef2\">text-generation-webui<\/span>\u00a0\u7684 OpenAI \u6269\u5c55&#xff09;\u3002<\/span><\/span><\/li>\n<\/ul>\n<hr \/>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">5.4 <\/span><span style=\"color:#0f1115\">\u8b66\u544a&#xff1a;<\/span><span style=\"background-color:#ebeef2\"><span style=\"color:#0f1115\">openai\/xxx is not a recommended frontier model<\/span><\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u8bf4\u660e<\/span><span style=\"color:#0f1115\">&#xff1a;\u53ea\u662f\u8b66\u544a&#xff0c;\u4e0d\u5f71\u54cd\u4f7f\u7528\u3002\u672c\u5730\u5f00\u6e90\u6a21\u578b\u80fd\u529b\u901a\u5e38\u5f31\u4e8e\u524d\u6cbf\u95ed\u6e90\u6a21\u578b&#xff0c;\u4f46\u82e5\u8ffd\u6c42\u9690\u79c1\u6216\u79bb\u7ebf&#xff0c;\u53ef\u4ee5\u63a5\u53d7\u3002<\/span><\/span><\/p>\n<hr \/>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">6. <\/span><span style=\"color:#0f1115\">\u6267\u884c\u626b\u63cf<\/span><\/span><\/p>\n<p># \u626b\u63cf\u672c\u5730\u4ee3\u7801\u76ee\u5f55<\/p>\n<p>strix &#8211;target \/path\/to\/your\/app<\/p>\n<p># \u626b\u63cf\u5728\u7ebf\u7f51\u7ad9&#xff08;\u9700\u6388\u6743&#xff09;<\/p>\n<p>strix &#8211;target https:\/\/example.com<\/p>\n<p># \u67e5\u770b\u7ed3\u679c&#xff08;\u81ea\u52a8\u751f\u6210\u5728 strix_runs\/ \u76ee\u5f55&#xff09;<\/p>\n<p>strix view <\/p>\n<hr \/>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">7. <\/span><span style=\"color:#0f1115\">\u9644&#xff1a;\u9a8c\u8bc1<\/span><span style=\"color:#0f1115\"> GPUStack <\/span><span style=\"color:#0f1115\">\u8fde\u901a\u6027<\/span><\/span><\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u53ef\u7528<\/span><span style=\"color:#0f1115\"> curl <\/span><span style=\"color:#0f1115\">\u6d4b\u8bd5\u5de5\u5177\u8c03\u7528\u662f\u5426\u652f\u6301&#xff1a;<\/span><\/span><\/p>\n<p>curl -X POST http:\/\/YOUR_GPU_STACK_IP:YOUR_PORT\/v1\/chat\/completions \\\\<\/p>\n<p>\u00a0 -H &#034;Authorization: Bearer YOUR_API_KEY&#034; \\\\<\/p>\n<p>\u00a0 -H &#034;Content-Type: application\/json&#034; \\\\<\/p>\n<p>\u00a0 -d &#039;{<\/p>\n<p>\u00a0\u00a0\u00a0 &#034;model&#034;: &#034;YOUR_MODEL_NAME&#034;,<\/p>\n<p>\u00a0\u00a0\u00a0 &#034;messages&#034;: [{&#034;role&#034;: &#034;user&#034;, &#034;content&#034;: &#034;Hello&#034;}],<\/p>\n<p>\u00a0\u00a0\u00a0 &#034;tool_choice&#034;: &#034;auto&#034;,<\/p>\n<p>\u00a0\u00a0\u00a0 &#034;tools&#034;: [{&#034;type&#034;: &#034;function&#034;, &#034;function&#034;: {&#034;name&#034;: &#034;test&#034;}}]<\/p>\n<p>\u00a0 }&#039; <\/p>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u82e5\u8fd4\u56de\u6b63\u5e38&#xff0c;\u8bf4\u660e\u652f\u6301\u5de5\u5177\u8c03\u7528&#xff1b;\u82e5\u8fd4\u56de\u9519\u8bef&#xff0c;\u8bf7\u6309\u7b2c<\/span><span style=\"color:#0f1115\"> 5 <\/span><span style=\"color:#0f1115\">\u8282\u5904\u7406\u3002<\/span><\/span><\/p>\n<hr \/>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">8. <\/span><span style=\"color:#0f1115\">\u6ce8\u610f\u4e8b\u9879<\/span><\/span><\/p>\n<ul>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u6240\u6709\u6d4b\u8bd5\u76ee\u6807\u5fc5\u987b\u83b7\u5f97\u5408\u6cd5\u6388\u6743&#xff0c;\u5426\u5219\u8bf7\u52ff\u4f7f\u7528\u3002<\/span><\/span><\/li>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u9996\u6b21\u8fd0\u884c\u4f1a\u62c9\u53d6 Strix \u7684 Docker \u6c99\u7bb1\u955c\u50cf&#xff0c;\u53ef\u80fd\u9700\u8981\u8010\u5fc3\u7b49\u5f85\u6216\u914d\u7f6e Docker \u955c\u50cf\u52a0\u901f\u3002<\/span><\/span><\/li>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u82e5\u7f51\u7edc\u53d7\u9650&#xff0c;\u53ef\u63d0\u524d\u914d\u7f6e Docker \u955c\u50cf\u52a0\u901f\u5668&#xff08;\u5982\u963f\u91cc\u4e91\u5bb9\u5668\u955c\u50cf\u670d\u52a1&#xff09;\u3002<\/span><\/span><\/li>\n<\/ul>\n<hr \/>\n<p style=\"margin-left:0;margin-right:0;text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">9. <\/span><span style=\"color:#0f1115\">\u83b7\u53d6\u5e2e\u52a9<\/span><\/span><\/p>\n<ul>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">\u5b98\u65b9\u6587\u6863&#xff1a;<span style=\"color:black\">docs.strix.ai<\/span><\/span><\/span><\/li>\n<li style=\"text-align:left\"><span style=\"background-color:white\"><span style=\"color:#0f1115\">Discord \u793e\u533a&#xff1a;<span style=\"color:black\">discord.gg\/strix-ai<\/span><\/span><\/span><\/li>\n<\/ul>\n<p style=\"margin-left:0;margin-right:0;text-align:justify\">\n","protected":false},"excerpt":{"rendered":"<p>\u672c\u6307\u5357\u9002\u7528\u4e8e\u5728 Ubuntu \u7cfb\u7edf\u4e0a\u90e8\u7f72\u5f00\u6e90 AI \u6e17\u900f\u6d4b\u8bd5\u5de5\u5177 Strix&#xff0c;\u5e76\u4f7f\u7528\u672c\u5730\u90e8\u7f72\u7684 GPUStack \u670d\u52a1\u4f5c\u4e3a LLM \u540e\u7aef\u3002\u6240\u6709\u654f\u611f\u4fe1\u606f\u5747\u4ee5\u5360\u4f4d\u7b26\u8868\u793a&#xff0c;\u8bf7\u6839\u636e\u5b9e\u9645\u73af\u5883\u66ff\u6362\u3002 1. \u524d\u7f6e\u6761\u4ef6<br \/>\n\u64cd\u4f5c\u7cfb\u7edf&#xff1a;Ubuntu 20.04 \u6216\u66f4\u9ad8\u7248\u672c\u786c\u4ef6&#xff1a;\u5efa\u8bae 8GB \u4ee5\u4e0a\u5185\u5b58&#xff0c;\u5982\u6709 GPU \u52a0\u901f\u6548\u679c\u66f4\u4f73\u8f6f\u4ef6&#xff1a; Docker&#xff08;\u5df2\u5b89\u88c5\u5e76\u8fd0\u884c&#xff09;Python 3.12\u7f51<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[58,103,44],"topic":[],"class_list":["post-93638","post","type-post","status-publish","format-standard","hentry","category-server","tag-linux","tag-ubuntu","tag-44"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Strix \u90e8\u7f72\u4e0e\u914d\u7f6e\u6307\u5357\uff08Ubuntu + GPUStack\uff09 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wsisp.com\/helps\/93638.html\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Strix \u90e8\u7f72\u4e0e\u914d\u7f6e\u6307\u5357\uff08Ubuntu + GPUStack\uff09 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\" \/>\n<meta property=\"og:description\" content=\"\u672c\u6307\u5357\u9002\u7528\u4e8e\u5728 Ubuntu \u7cfb\u7edf\u4e0a\u90e8\u7f72\u5f00\u6e90 AI \u6e17\u900f\u6d4b\u8bd5\u5de5\u5177 Strix&#xff0c;\u5e76\u4f7f\u7528\u672c\u5730\u90e8\u7f72\u7684 GPUStack \u670d\u52a1\u4f5c\u4e3a LLM \u540e\u7aef\u3002\u6240\u6709\u654f\u611f\u4fe1\u606f\u5747\u4ee5\u5360\u4f4d\u7b26\u8868\u793a&#xff0c;\u8bf7\u6839\u636e\u5b9e\u9645\u73af\u5883\u66ff\u6362\u3002 1. \u524d\u7f6e\u6761\u4ef6 \u64cd\u4f5c\u7cfb\u7edf&#xff1a;Ubuntu 20.04 \u6216\u66f4\u9ad8\u7248\u672c\u786c\u4ef6&#xff1a;\u5efa\u8bae 8GB \u4ee5\u4e0a\u5185\u5b58&#xff0c;\u5982\u6709 GPU \u52a0\u901f\u6548\u679c\u66f4\u4f73\u8f6f\u4ef6&#xff1a; Docker&#xff08;\u5df2\u5b89\u88c5\u5e76\u8fd0\u884c&#xff09;Python 3.12\u7f51\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wsisp.com\/helps\/93638.html\" \/>\n<meta property=\"og:site_name\" content=\"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-12T14:32:54+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/93638.html\",\"url\":\"https:\/\/www.wsisp.com\/helps\/93638.html\",\"name\":\"Strix \u90e8\u7f72\u4e0e\u914d\u7f6e\u6307\u5357\uff08Ubuntu + GPUStack\uff09 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\",\"isPartOf\":{\"@id\":\"https:\/\/www.wsisp.com\/helps\/#website\"},\"datePublished\":\"2026-08-12T14:32:54+00:00\",\"dateModified\":\"2026-08-12T14:32:54+00:00\",\"author\":{\"@id\":\"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.wsisp.com\/helps\/93638.html#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wsisp.com\/helps\/93638.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/93638.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.wsisp.com\/helps\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Strix \u90e8\u7f72\u4e0e\u914d\u7f6e\u6307\u5357\uff08Ubuntu + GPUStack\uff09\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/#website\",\"url\":\"https:\/\/www.wsisp.com\/helps\/\",\"name\":\"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\",\"description\":\"\u9999\u6e2f\u670d\u52a1\u5668_\u9999\u6e2f\u4e91\u670d\u52a1\u5668\u8d44\u8baf_\u670d\u52a1\u5668\u5e2e\u52a9\u6587\u6863_\u670d\u52a1\u5668\u6559\u7a0b\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wsisp.com\/helps\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery\",\"contentUrl\":\"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery\",\"caption\":\"admin\"},\"sameAs\":[\"http:\/\/wp.wsisp.com\"],\"url\":\"https:\/\/www.wsisp.com\/helps\/author\/admin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Strix \u90e8\u7f72\u4e0e\u914d\u7f6e\u6307\u5357\uff08Ubuntu + GPUStack\uff09 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.wsisp.com\/helps\/93638.html","og_locale":"zh_CN","og_type":"article","og_title":"Strix \u90e8\u7f72\u4e0e\u914d\u7f6e\u6307\u5357\uff08Ubuntu + GPUStack\uff09 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","og_description":"\u672c\u6307\u5357\u9002\u7528\u4e8e\u5728 Ubuntu \u7cfb\u7edf\u4e0a\u90e8\u7f72\u5f00\u6e90 AI \u6e17\u900f\u6d4b\u8bd5\u5de5\u5177 Strix&#xff0c;\u5e76\u4f7f\u7528\u672c\u5730\u90e8\u7f72\u7684 GPUStack \u670d\u52a1\u4f5c\u4e3a LLM \u540e\u7aef\u3002\u6240\u6709\u654f\u611f\u4fe1\u606f\u5747\u4ee5\u5360\u4f4d\u7b26\u8868\u793a&#xff0c;\u8bf7\u6839\u636e\u5b9e\u9645\u73af\u5883\u66ff\u6362\u3002 1. \u524d\u7f6e\u6761\u4ef6 \u64cd\u4f5c\u7cfb\u7edf&#xff1a;Ubuntu 20.04 \u6216\u66f4\u9ad8\u7248\u672c\u786c\u4ef6&#xff1a;\u5efa\u8bae 8GB \u4ee5\u4e0a\u5185\u5b58&#xff0c;\u5982\u6709 GPU \u52a0\u901f\u6548\u679c\u66f4\u4f73\u8f6f\u4ef6&#xff1a; Docker&#xff08;\u5df2\u5b89\u88c5\u5e76\u8fd0\u884c&#xff09;Python 3.12\u7f51","og_url":"https:\/\/www.wsisp.com\/helps\/93638.html","og_site_name":"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","article_published_time":"2026-08-12T14:32:54+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"admin","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"3 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wsisp.com\/helps\/93638.html","url":"https:\/\/www.wsisp.com\/helps\/93638.html","name":"Strix \u90e8\u7f72\u4e0e\u914d\u7f6e\u6307\u5357\uff08Ubuntu + GPUStack\uff09 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","isPartOf":{"@id":"https:\/\/www.wsisp.com\/helps\/#website"},"datePublished":"2026-08-12T14:32:54+00:00","dateModified":"2026-08-12T14:32:54+00:00","author":{"@id":"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41"},"breadcrumb":{"@id":"https:\/\/www.wsisp.com\/helps\/93638.html#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wsisp.com\/helps\/93638.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.wsisp.com\/helps\/93638.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.wsisp.com\/helps"},{"@type":"ListItem","position":2,"name":"Strix \u90e8\u7f72\u4e0e\u914d\u7f6e\u6307\u5357\uff08Ubuntu + GPUStack\uff09"}]},{"@type":"WebSite","@id":"https:\/\/www.wsisp.com\/helps\/#website","url":"https:\/\/www.wsisp.com\/helps\/","name":"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","description":"\u9999\u6e2f\u670d\u52a1\u5668_\u9999\u6e2f\u4e91\u670d\u52a1\u5668\u8d44\u8baf_\u670d\u52a1\u5668\u5e2e\u52a9\u6587\u6863_\u670d\u52a1\u5668\u6559\u7a0b","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wsisp.com\/helps\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":"Person","@id":"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41","name":"admin","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/image\/","url":"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery","contentUrl":"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery","caption":"admin"},"sameAs":["http:\/\/wp.wsisp.com"],"url":"https:\/\/www.wsisp.com\/helps\/author\/admin"}]}},"_links":{"self":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/posts\/93638","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/comments?post=93638"}],"version-history":[{"count":0,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/posts\/93638\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/media?parent=93638"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/categories?post=93638"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/tags?post=93638"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/topic?post=93638"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}