We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6188df9 commit 427bb13Copy full SHA for 427bb13
get_deps.sh
@@ -6,7 +6,7 @@ ORT_VERSION="1.9.0"
6
DLPACK_VERSION="v0.5_RAI"
7
TF_VERSION="2.8.0"
8
TFLITE_VERSION="2.0.0"
9
-PT_VERSION="1.10.1"
+PT_VERSION="1.11.0"
10
11
###### END VERSIONS ######
12
src/backends/libtorch_c/torch_extensions/torch_redis.h
@@ -7,7 +7,7 @@ namespace jit {
namespace script {
struct RedisResolver : public Resolver {
- std::shared_ptr<SugaredValue> resolveValue(const std::string &name, Function &m,
+ std::shared_ptr<SugaredValue> resolveValue(const std::string &name, GraphFunction &m,
const SourceRange &loc) override {
if (strcasecmp(name.c_str(), "torch") == 0) {
13
return std::make_shared<BuiltinModule>("aten");
0 commit comments