Skip to content

Commit

Permalink
repo-sync-2023-12-22T10:38:58+0800
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Dec 22, 2023
1 parent 0f1a55c commit d769dca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/python/ml/flax_llama7b/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",)
```
Expand Down

0 comments on commit d769dca

Please sign in to comment.