mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-17 22:21:48 +08:00
[XPU] Update XPU L3 Cache setting docs (#2001)
* [patchelf] fix patchelf error for inference xpu * [serving] add xpu dockerfile and support fd server * [serving] add xpu dockerfile and support fd server * [Serving] support XPU + Tritron * [Serving] support XPU + Tritron * [Dockerfile] update xpu tritron docker file -> paddle 0.0.0 * [Dockerfile] update xpu tritron docker file -> paddle 0.0.0 * [Dockerfile] update xpu tritron docker file -> paddle 0.0.0 * [Dockerfile] add comments for xpu tritron dockerfile * [Doruntime] fix xpu infer error * [Doruntime] fix xpu infer error * [XPU] update xpu dockerfile * add xpu triton server docs * add xpu triton server docs * add xpu triton server docs * add xpu triton server docs * update xpu triton server docs * update xpu triton server docs * update xpu triton server docs * update xpu triton server docs * update xpu triton server docs * update xpu triton server docs * update xpu triton server docs * update xpu triton server docs * [XPU] Update XPU L3 Cache setting docs
This commit is contained in:
@@ -34,6 +34,7 @@ static void UpdateBaseCustomFlags(
|
||||
if (FLAGS_xpu_l3_cache >= 0) {
|
||||
config_info["xpu_l3_cache"] = std::to_string(FLAGS_xpu_l3_cache);
|
||||
}
|
||||
// update custom options for paddle backend
|
||||
if (FLAGS_enable_log_info) {
|
||||
config_info["enable_log_info"] = "true";
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user