Skip to content

Commit

Permalink
[Versioning] 0.6.2
Browse files Browse the repository at this point in the history
ghstack-source-id: 929ad7fb89e0bd6d25a70ed64b340ad7245fd693
Pull Request resolved: #1089
  • Loading branch information
vmoens committed Nov 14, 2024
1 parent 79a3345 commit 73b0fd7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/version_script.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
set TENSORDICT_BUILD_VERSION=0.6.1
set TENSORDICT_BUILD_VERSION=0.6.2
echo TENSORDICT_BUILD_VERSION is set to %TENSORDICT_BUILD_VERSION%
2 changes: 1 addition & 1 deletion .github/scripts/version_script.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

export TENSORDICT_BUILD_VERSION=0.6.1
export TENSORDICT_BUILD_VERSION=0.6.2
2 changes: 1 addition & 1 deletion .github/workflows/wheels-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash
run: |
python3 -mpip install wheel
TENSORDICT_BUILD_VERSION=0.6.1 python3 setup.py bdist_wheel
TENSORDICT_BUILD_VERSION=0.6.2 python3 setup.py bdist_wheel
- name: Upload wheel for the test-wheel job
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.6.2

1 comment on commit 73b0fd7

@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 'GPU Benchmark Results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 73b0fd7 Previous: 79a3345 Ratio
benchmarks/common/common_ops_test.py::test_membership_stacked_nested_last 121106.62133082468 iter/sec (stddev: 5.855035305739545e-7) 349237.5674437543 iter/sec (stddev: 5.359392092081424e-7) 2.88
benchmarks/common/common_ops_test.py::test_membership_stacked_nested_leaf_last 120421.53961686615 iter/sec (stddev: 5.04271412648264e-7) 354079.4967927507 iter/sec (stddev: 3.758497777750895e-7) 2.94

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

CC: @vmoens

Please sign in to comment.