Replies: 1 comment 2 replies
-
CC @suryasidd |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a jupyter notebook and a simple pytorch test application - attached. I'm specifying the model cache directory as below but no files are created. The
The directory gets created but it's empty. Where are the cached files? I checked after running the whole notebook.
In case the cache is somewhere else, why is the directory created?
model = torch.compile(model, backend="openvino", options = {"device" : "GPU.1", "model_caching" : True, "cache_dir": "./model_cache"})
After running the notebook, file statistics:
Size of directories/files:
Files:
pytorch_test.md
Beta Was this translation helpful? Give feedback.
All reactions