mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-06 21:52:54 +08:00
feature(llm): adapt frontend (#23906)
* feature(llm): add llm-list details, add autostart for llm-save-instant-model * fix(llm): adjust some interfaces * fix: name-dup problem when create llm * fix: install instant-model by id rather than modelID * fix(llm): add llm_id for mcp-agent * feature(llm): move network from sku to instance * feature(llm): add LLMType for llm-image * feature(llm): add gpuMemoryRequired & ollama-registry yaml * feature(llm): add url-get interface * feature(llm): support mcp in mcp-agent-chat * fix(llm): abstract ollama registry
This commit is contained in:
@@ -51,7 +51,7 @@ for image in "${IMAGES[@]}"; do
|
||||
echo " Target: ${DST}"
|
||||
echo
|
||||
|
||||
skopeo copy "${SRC}" "${DST}"
|
||||
skopeo copy --override-os linux --override-arch amd64 "${SRC}" "${DST}"
|
||||
|
||||
echo "Completed: ${short_name}:${tag}"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user