senstella commited on
Commit
10c4a46
·
verified ·
1 Parent(s): 40ca596

added github link

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -7,4 +7,6 @@ base_model:
7
 
8
  Sesame's [CSM (Conversational Speech Model)](https://huggingface.co/sesame/csm-1b) 1b.
9
 
10
- Converted to safetensors and minor adjustment for MLX inference.
 
 
 
7
 
8
  Sesame's [CSM (Conversational Speech Model)](https://huggingface.co/sesame/csm-1b) 1b.
9
 
10
+ Converted to safetensors and minor adjustment for MLX inference.
11
+
12
+ Inference code can be found [here](https://github.com/senstella/csm-mlx).