jeffra commited on
Commit
51dd2ae
·
1 Parent(s): 5923650

add dtype to config

Browse files
Files changed (1) hide show
  1. ds_inference_config.json +2 -1
ds_inference_config.json CHANGED
@@ -73,5 +73,6 @@
73
  },
74
  "version": 1,
75
  "parallelization": "tp",
76
- "mp_size": 8
 
77
  }
 
73
  },
74
  "version": 1,
75
  "parallelization": "tp",
76
+ "mp_size": 8,
77
+ "dtype": "float16"
78
  }