feat: add args to allow user can control the communication datatype
This commit is contained in:
@@ -379,6 +379,8 @@ struct gpt_params {
|
||||
|
||||
// communication and computation logging
|
||||
bool enable_comm_compute_log = false; // enable/disable communication and computation logging
|
||||
|
||||
std::string comm_datatype = "f32"; // data type for communication
|
||||
};
|
||||
|
||||
// call once at the start of a program if it uses libcommon
|
||||
|
||||
Reference in New Issue
Block a user