Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e5e2f9

Browse files
committed
Add iOS app entry to README
1 parent 6ce9073 commit 9e5e2f9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

‎README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,10 @@ You can also try to quantize the `ggml` models via 4-bit integer quantization.
109109
| --- | --- | --- | --- |
110110
| `bigcode/gpt_bigcode-santacoder` | 5396.45 MB | 1026.83 MB | 4-bit integer (q4_1) |
111111
| `bigcode/starcoder` | 71628.23 MB | 13596.23 MB | 4-bit integer (q4_1) |
112+
113+
## iOS App
114+
115+
The repo includes a proof-of-concept iOS app in the `StarCoderApp` directory. You need to provide the converted (and possibly quantized) model weights, placing a file called `bigcode_ggml_model.bin.bin` inside that folder. This is what it looks like on an iPhone:
116+
117+
![starcoder-ios-screenshot](assets/starcoder-ios.png)
118+

‎assets/starcoder-ios.jpg

73.1 KB
Loading

0 commit comments

Comments
 (0)