dgrauet commited on
Commit
9610fc9
·
verified ·
1 Parent(s): 363c888

Add split_model.json so the repo identifies its recipe

Browse files
Files changed (1) hide show
  1. split_model.json +16 -0
split_model.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "format": "split",
3
+ "components": [
4
+ "void_pass1",
5
+ "void_pass2"
6
+ ],
7
+ "recipe": "void-model",
8
+ "source": "netflix/void-model",
9
+ "license": "apache-2.0",
10
+ "links": [
11
+ "void-model-mlx (inference): https://github.com/dgrauet/void-model-mlx",
12
+ "VideoX-Fun-mlx (engine): https://github.com/dgrauet/VideoX-Fun-mlx",
13
+ "Base model weights: https://huggingface.co/dgrauet/CogVideoX-Fun-V1.5-5b-InP-mlx"
14
+ ],
15
+ "usage_url": "https://github.com/dgrauet/void-model-mlx"
16
+ }