Skip to content

Commit

Permalink
Fix open source build
Browse files Browse the repository at this point in the history
Summary: as title

Reviewed By: brianc118

Differential Revision: D56634065

fbshipit-source-id: 8c46ca84b38aae8b7974fb76ae1e1c0f008e8230
  • Loading branch information
lnyng authored and facebook-github-bot committed Apr 26, 2024
1 parent d50cb2d commit 10d0da6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions below/render/src/default_configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ impl HasRenderConfig for model::Model {
Network(field_id) => model::NetworkModel::get_render_config_builder(field_id),
Gpu(_) => rc,
Resctrl(_) => rc,
Tc(_) => rc,
}
}
}
Expand Down

0 comments on commit 10d0da6

Please sign in to comment.