Skip to content

Commit

Permalink
[CI, Tests] Fix windows tests (#2337)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Jul 30, 2024
1 parent 371181c commit b3f99b3
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 168 deletions.
1 change: 1 addition & 0 deletions .github/unittest/windows_optdepts/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ fi

# submodules
git submodule sync && git submodule update --init --recursive
python -m pip install "numpy<2.0"

printf "Installing PyTorch with %s\n" "${cudatoolkit}"
if [[ "$TORCH_VERSION" == "nightly" ]]; then
Expand Down
Loading

1 comment on commit b3f99b3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'CPU Benchmark Results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: b3f99b3 Previous: 371181c Ratio
benchmarks/test_replaybuffer_benchmark.py::test_rb_populate[TensorDictReplayBuffer-LazyTensorStorage-SamplerWithoutReplacement-400] 290.866392146003 iter/sec (stddev: 0.016083572405593032) 890.772084006507 iter/sec (stddev: 0.00022569203862781616) 3.06

This comment was automatically generated by workflow using github-action-benchmark.

CC: @vmoens

Please sign in to comment.