Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eastriverlee authored Jul 13, 2024
1 parent bd31fdb commit e15a9c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit e15a9c2

Please sign in to comment.