Skip to content

Commit

Permalink
Additional response to Bill's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ashao committed Jun 22, 2022
1 parent 02cb78f commit 5d64b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/sr_integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ C::
return -1
}

All these methods only have one configurable parameter indicated in the
All these methods only have one configurable parameter -- indicated in the
above cases by the variable `use_cluster`. If this parameter is true,
then the client expects to be able to communicate with an orchestrator with
three or more shards.
Expand Down Expand Up @@ -209,7 +209,7 @@ Next, add the calls in the main loop to send the temperature to the orchestrator
call write_current_state(temperature)
model_input(1) = name_prefix//"temperature"
model_output(1) = name_prefix//"temperature_out"
call smartredis_client%put_tensor(model_input(1),temperature)
call smartredis_client%put_tensor(model_input(1), temperature)

! Run the machine learning model
return_code = smartredis_client%run_model("example_model_name", model_input, model_output)
Expand Down

0 comments on commit 5d64b9e

Please sign in to comment.