mirror of
https://github.com/ml-explore/mlx.git
synced 2025-07-23 18:11:17 +08:00
typo fix (#607)
This commit is contained in:
parent
36cff34701
commit
506d43035c
@ -2830,7 +2830,7 @@ array conv2d(
|
||||
throw std::invalid_argument("[conv2d] Cannot handle groups != 1 yet");
|
||||
}
|
||||
if (dilation.first != 1 || dilation.second != 1) {
|
||||
throw std::invalid_argument("[conv1d] Cannot handle dilation != 1 yet");
|
||||
throw std::invalid_argument("[conv2d] Cannot handle dilation != 1 yet");
|
||||
}
|
||||
|
||||
// Run checks
|
||||
|
Loading…
Reference in New Issue
Block a user