Skip to content

Commit 9e97a4b

Browse files
committed
Update (base update)
[ghstack-poisoned]
1 parent a05b1be commit 9e97a4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/vulkan/test/op_tests/adamw_step_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void test_vulkan_adamw_step(
6262
const double eps,
6363
const double weight_decay,
6464
const int step) {
65-
torch::manual_seed(0);
65+
at::manual_seed(0);
6666

6767
const double bias_correction1 = 1.0 - std::pow(beta1, step);
6868
const double bias_correction2 = 1.0 - std::pow(beta2, step);

0 commit comments

Comments
 (0)