rename ModelInference to Inference

This commit is contained in:
rsm 2024-07-21 12:19:52 -07:00
parent 245461620d
commit 67f0510edd
18 changed files with 468 additions and 1636 deletions

View file

@ -30,7 +30,7 @@ create_parent_dir() {
# Function to output the YAML configuration
output_yaml() {
cat <<EOL > ${yaml_output_path}
model_inference_config:
inference_config:
impl_type: "inline"
inline_config:
checkpoint_type: "pytorch"