From e15a9c2917c4664b936fda5b181941a1f0f9973b Mon Sep 17 00:00:00 2001 From: eastriver Date: Sat, 13 Jul 2024 18:21:35 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4710f2f..5c4bc09 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ print(answer) > this is a minimal SwiftUI example that i did use for testing. mistral 7B based model is working on iPad Air 5th gen(Q5_K_M) and iPhone 12 mini(Q2_K). > however, generally speaking, for mobile devices, 3B >= parameter models are recommended. check this [benchmark](https://github.com/ggerganov/llama.cpp/discussions/4508) for more details. -### init with from model file that you bundled in your project +### init with a model file that you bundled in your project ```swift import SwiftUI import LLM @@ -74,7 +74,7 @@ struct ContentView: View { } ``` -### init with `HuggingFaceModel` (gguf) directly from internet +### init with a `HuggingFaceModel` (gguf) directly from internet ```swift class Bot: LLM {