Unverified Commit 8b3db33a authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Pass along revision in dynamic code fetch (#21698)

parent 4194e5f4
...@@ -245,6 +245,7 @@ def get_cached_module_file( ...@@ -245,6 +245,7 @@ def get_cached_module_file(
resume_download=resume_download, resume_download=resume_download,
local_files_only=local_files_only, local_files_only=local_files_only,
use_auth_token=use_auth_token, use_auth_token=use_auth_token,
revision=revision,
) )
except EnvironmentError: except EnvironmentError:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment