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

Skip to content

Commit 9783a8b

Browse files
authored
Update README.md
1 parent 0929b2f commit 9783a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a C++ example running 💫 StarCoder inference using the [ggml](https://github.com/ggerganov/ggml) library.
44

5-
The program runs on the CPU - no video card is required.
5+
The program can run on the CPU - no video card is required.
66

77
The example supports the following 💫 StarCoder models:
88

@@ -114,5 +114,5 @@ You can also try to quantize the `ggml` models via 4-bit integer quantization.
114114

115115
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:
116116

117-
![starcoder-ios-screenshot](assets/starcoder-ios.png)
117+
![starcoder-ios-screenshot](assets/starcoder-ios.jpg)
118118

0 commit comments

Comments
 (0)