MaziyarPanahi commited on
Commit
6dbc611
·
verified ·
1 Parent(s): 37fc431

Add public MLX snapshot usage note

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -37,6 +37,16 @@ This repository contains an MLX packaging of [`OpenMed/OpenMed-PII-Portuguese-mS
37
  - Runtime: OpenMed Python MLX backend on Apple Silicon
38
  - Artifact layout: `config.json`, `id2label.json`, `openmed-mlx.json`, MLX weights, and tokenizer assets
39
 
 
 
 
 
 
 
 
 
 
 
40
  ## Python Quick Start
41
 
42
  Use the standard OpenMed API if you want OpenMed to choose the right runtime automatically:
 
37
  - Runtime: OpenMed Python MLX backend on Apple Silicon
38
  - Artifact layout: `config.json`, `id2label.json`, `openmed-mlx.json`, MLX weights, and tokenizer assets
39
 
40
+ ## Use This MLX Snapshot
41
+
42
+ Download this OpenMed MLX artifact directly from the Hub:
43
+
44
+ ```bash
45
+ hf download OpenMed/OpenMed-PII-Portuguese-mSuperClinical-Large-279M-v1-mlx --local-dir ./OpenMed-PII-Portuguese-mSuperClinical-Large-279M-v1-mlx
46
+ ```
47
+
48
+ Use the downloaded directory when you want to pin this exact MLX artifact in an offline or local Apple Silicon workflow.
49
+
50
  ## Python Quick Start
51
 
52
  Use the standard OpenMed API if you want OpenMed to choose the right runtime automatically: