finnvoorhees commited on
Commit
50419b4
·
verified ·
1 Parent(s): ede1bfe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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(modelName: "finnvoorhees/coreml-Qwen2.5-Coder-1.5B-Instruct-4bit")
 
 
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",