diff options
author | Zane Shannon <z@zcs.me> | 2023-10-11 04:14:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 06:14:05 -0500 |
commit | 24ba3d829e31a6eda3fa1723f692608c2fa3adda (patch) | |
tree | 9733d19029e3c55356db4a30eede813a7da2a617 /examples/batched.swift/README.md | |
parent | 9f6ede19f3cfa50d4a51a5babb056c3f8a450b80 (diff) |
examples : add batched.swift + improve CI for swift (#3562)
Diffstat (limited to 'examples/batched.swift/README.md')
-rw-r--r-- | examples/batched.swift/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/batched.swift/README.md b/examples/batched.swift/README.md new file mode 100644 index 00000000..464c9079 --- /dev/null +++ b/examples/batched.swift/README.md @@ -0,0 +1,4 @@ +This is a swift clone of `examples/batched`. + +$ `make` +$ `./swift MODEL_PATH [PROMPT] [PARALLEL]` |