finnvoorhees
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -22,7 +22,9 @@ This model was converted from [Qwen/Qwen2.5-Coder-1.5B-Instruct](https://hf.co/Q
|
|
22 |
```swift
|
23 |
import CoreMLPipelines
|
24 |
|
25 |
-
let pipeline = try await TextGenerationPipeline(
|
|
|
|
|
26 |
let stream = pipeline(
|
27 |
messages: [[
|
28 |
"role": "user",
|
|
|
22 |
```swift
|
23 |
import CoreMLPipelines
|
24 |
|
25 |
+
let pipeline = try await TextGenerationPipeline(
|
26 |
+
modelName: "finnvoorhees/coreml-Qwen2.5-Coder-1.5B-Instruct-4bit"
|
27 |
+
)
|
28 |
let stream = pipeline(
|
29 |
messages: [[
|
30 |
"role": "user",
|