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