From d769dcabeba8bf23ebacf776501a2fe7763c9325 Mon Sep 17 00:00:00 2001 From: anakinxc Date: Fri, 22 Dec 2023 10:39:05 +0800 Subject: [PATCH] repo-sync-2023-12-22T10:38:58+0800 --- examples/python/ml/flax_llama7b/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/python/ml/flax_llama7b/README.md b/examples/python/ml/flax_llama7b/README.md index 5938ab86..fb4f0980 100644 --- a/examples/python/ml/flax_llama7b/README.md +++ b/examples/python/ml/flax_llama7b/README.md @@ -25,7 +25,9 @@ This example demonstrates how to use SPU to run secure inference on a pre-traine ```python parser.add_argument("--streaming", action="store_true", default=True, help="whether is model weight saved stream format",) ``` + to: + ```python parser.add_argument("--streaming", action="store_true", default=False, help="whether is model weight saved stream format",) ```