Hi,
I got the following error loading the model in redis:
redis.exceptions.ResponseError: version_ <= kMaxSupportedFileFormatVersion INTERNAL ASSERT FAILED at ../caffe2/serialize/inline_container.cc:132, please report a bug to PyTorch. Attempted to read a PyTorch file with version 4, but the maximum supported version for reading is 3.
When looking to the run metadata file it indeed states:
source_type: 4.. is there a way to force version 3 to be written, some extra param too mlflow.torchscript.log_model ?
Thanks!
(running latest redis version build from : https://github.com/RedisAI/RedisAI)
Hi, I got the following error loading the model in redis:
redis.exceptions.ResponseError: version_ <= kMaxSupportedFileFormatVersion INTERNAL ASSERT FAILED at ../caffe2/serialize/inline_container.cc:132, please report a bug to PyTorch. Attempted to read a PyTorch file with version 4, but the maximum supported version for reading is 3.
When looking to the run metadata file it indeed states:
source_type: 4.. is there a way to force version 3 to be written, some extra param too mlflow.torchscript.log_model ? Thanks! (running latest redis version build from : https://github.com/RedisAI/RedisAI)