mszymanska commited on
Commit
d2f306f
Β·
verified Β·
1 Parent(s): 56e07b6

docs: add Tested inference path section, reorganize model card

Browse files
Files changed (1) hide show
  1. README.md +15 -10
README.md CHANGED
@@ -51,6 +51,20 @@ widget:
51
 
52
  This card only reports metadata present in the Hugging Face repository, existing card frontmatter, or public config files. Missing benchmark, dataset, or training-run details are left explicit rather than reconstructed.
53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  ## Usage
55
 
56
  ### CLI
@@ -96,7 +110,7 @@ print(response)
96
 
97
  ## Example output
98
 
99
- No public sample output is currently declared for this checkpoint. Run the usage example above against your own prompt or audio/image input to inspect behavior.
100
 
101
  ## Quantization notes
102
 
@@ -129,15 +143,6 @@ No public sample output is currently declared for this checkpoint. Run the usage
129
  note = {MLX checkpoint published by LibraxisAI}
130
  }
131
  ```
132
-
133
- ## Inference tested on
134
-
135
- [`LibraxisAI/mlx-batch-server`](https://github.com/LibraxisAI/mlx-batch-server)
136
-
137
- ## Related
138
-
139
- - Base model: [`Qwen/QwQ-32B`](https://huggingface.co/Qwen/QwQ-32B)
140
-
141
  ---
142
 
143
  πš…πš’πš‹πšŽπšŒπš›πšŠπšπšπšŽπš. with AI Agents by VetCoders (c)2024-2026 LibraxisAI
 
51
 
52
  This card only reports metadata present in the Hugging Face repository, existing card frontmatter, or public config files. Missing benchmark, dataset, or training-run details are left explicit rather than reconstructed.
53
 
54
+ ## Tested inference path
55
+
56
+ > **Inference for this checkpoint has been tested with [`LibraxisAI/mlx-batch-server`](https://github.com/LibraxisAI/mlx-batch-server).**\
57
+ > This is the recommended tested path for operator-controlled local inference on Apple Silicon.
58
+
59
+ | Aspect | Status |
60
+ |---|---|
61
+ | Tested runtime | `LibraxisAI/mlx-batch-server` |
62
+ | Target hardware | Apple Silicon |
63
+ | Inference mode | Local / self-hosted |
64
+ | Hugging Face Hosted Inference | Disabled for this repository (`inference: false`) |
65
+
66
+ This does not claim compatibility with every possible serving stack. It documents the path that has been exercised for this published checkpoint.
67
+
68
  ## Usage
69
 
70
  ### CLI
 
110
 
111
  ## Example output
112
 
113
+ No public sample output is currently declared for this checkpoint.
114
 
115
  ## Quantization notes
116
 
 
143
  note = {MLX checkpoint published by LibraxisAI}
144
  }
145
  ```
 
 
 
 
 
 
 
 
 
146
  ---
147
 
148
  πš…πš’πš‹πšŽπšŒπš›πšŠπšπšπšŽπš. with AI Agents by VetCoders (c)2024-2026 LibraxisAI