Skip to content

Commit

Permalink
Remove completed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
lockshaw committed Nov 11, 2024
1 parent 99ecd8f commit 12d0fe0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/models/src/models/dlrm/dlrm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ ComputationGraph get_dlrm_computation_graph(DLRMConfig const &config) {

tensor_guid_t dense_input = create_input_tensor(
{config.batch_size, config.dense_arch_layer_sizes.front()},
DataType::FLOAT); // TODO: change this to DataType::FLOAT
// after cgb.cast is implemented.
DataType::FLOAT);

// Construct the model
tensor_guid_t bottom_mlp_output = create_dlrm_mlp(
Expand Down

0 comments on commit 12d0fe0

Please sign in to comment.