-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Labels
P2Important issue, but not time-criticalImportant issue, but not time-criticalenhancementRequest for new feature and/or capabilityRequest for new feature and/or capabilitytuneTune-related issuesTune-related issues
Description
Description
Ray[tune] is using tensorboardX as a dependency. TensorboardX requires protobuf<=3.20.1
The latest version of onnx (1.13.0) requires protobuf>=3.20.2
Therefore, it is impossible to use ray[tune] in the same environment with latest onnx.
Use case
Suggestion is to switch from tensorboardX to tensorboard to be able to use onnx and ray[tune] in the same environment.
Metadata
Metadata
Assignees
Labels
P2Important issue, but not time-criticalImportant issue, but not time-criticalenhancementRequest for new feature and/or capabilityRequest for new feature and/or capabilitytuneTune-related issuesTune-related issues