MaziyarPanahi commited on
Commit
d19a76e
·
verified ·
1 Parent(s): 5f07d2a

Add public MLX snapshot usage note

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -34,6 +34,16 @@ Artifact metadata:
34
  - Runtime: OpenMed Python MLX backend on Apple Silicon
35
  - Artifact layout: `config.json`, `id2label.json`, `openmed-mlx.json`, MLX weights, and tokenizer assets
36
 
 
 
 
 
 
 
 
 
 
 
37
  ## Quick Start
38
 
39
  ```bash
 
34
  - Runtime: OpenMed Python MLX backend on Apple Silicon
35
  - Artifact layout: `config.json`, `id2label.json`, `openmed-mlx.json`, MLX weights, and tokenizer assets
36
 
37
+ ## Use This MLX Snapshot
38
+
39
+ Download this OpenMed MLX artifact directly from the Hub:
40
+
41
+ ```bash
42
+ hf download OpenMed/OpenMed-NER-BloodCancerDetect-BioMed-335M-mlx --local-dir ./OpenMed-NER-BloodCancerDetect-BioMed-335M-mlx
43
+ ```
44
+
45
+ Use the downloaded directory when you want to pin this exact MLX artifact in an offline or local Apple Silicon workflow.
46
+
47
  ## Quick Start
48
 
49
  ```bash