Skip to content

Commit

Permalink
Merge pull request #22000 from lexming/20241210155207_new_pr_PyTorch-…
Browse files Browse the repository at this point in the history
…bundle212

add TorchRL to PyTorch-bundle v2.1.2
  • Loading branch information
smoors authored Dec 18, 2024
2 parents 0ae966b + 7d19ea2 commit 486b723
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,16 @@ exts_list = [
),
'testinstall': True,
}),
('tensordict', '0.3.0', {
'source_urls': ['https://github.com/pytorch/%(name)s/archive'],
'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': '%(name)s-%(version)s.tar.gz'}],
'checksums': ['f0d95e8f055c3f82838fdbeb03c6a907f8786c1046791db7e39cdcd9cb8f1889'],
}),
('torchrl', '0.3.1', {
'source_urls': ['https://github.com/pytorch/rl/archive'],
'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': '%(name)s-%(version)s.tar.gz'}],
'checksums': ['882ed50cfd868c6b730834f2d7136a3039767061f075ba3cf194acf07e0be742'],
}),
]

sanity_pip_check = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,16 @@ exts_list = [
),
'testinstall': True,
}),
('tensordict', '0.3.0', {
'source_urls': ['https://github.com/pytorch/%(name)s/archive'],
'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': '%(name)s-%(version)s.tar.gz'}],
'checksums': ['f0d95e8f055c3f82838fdbeb03c6a907f8786c1046791db7e39cdcd9cb8f1889'],
}),
('torchrl', '0.3.1', {
'source_urls': ['https://github.com/pytorch/rl/archive'],
'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': '%(name)s-%(version)s.tar.gz'}],
'checksums': ['882ed50cfd868c6b730834f2d7136a3039767061f075ba3cf194acf07e0be742'],
}),
]

sanity_pip_check = True
Expand Down

0 comments on commit 486b723

Please sign in to comment.