Skip to content

Commit 427bb13

Browse files
author
DvirDukhan
authored
PyTorch 1.11 (#915)
1 parent 6188df9 commit 427bb13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

get_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ORT_VERSION="1.9.0"
66
DLPACK_VERSION="v0.5_RAI"
77
TF_VERSION="2.8.0"
88
TFLITE_VERSION="2.0.0"
9-
PT_VERSION="1.10.1"
9+
PT_VERSION="1.11.0"
1010

1111
###### END VERSIONS ######
1212

src/backends/libtorch_c/torch_extensions/torch_redis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace jit {
77
namespace script {
88
struct RedisResolver : public Resolver {
99

10-
std::shared_ptr<SugaredValue> resolveValue(const std::string &name, Function &m,
10+
std::shared_ptr<SugaredValue> resolveValue(const std::string &name, GraphFunction &m,
1111
const SourceRange &loc) override {
1212
if (strcasecmp(name.c_str(), "torch") == 0) {
1313
return std::make_shared<BuiltinModule>("aten");

0 commit comments

Comments
 (0)