Skip to content

Commit

Permalink
[Versioning] v0.6.1
Browse files Browse the repository at this point in the history
ghstack-source-id: a899c95c12a3b1b986ed429b6507711c4126189e
Pull Request resolved: #1072
  • Loading branch information
vmoens committed Nov 4, 2024
1 parent 3cf52a0 commit f12d31d
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.0
set TENSORDICT_BUILD_VERSION=0.6.1
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.0
export TENSORDICT_BUILD_VERSION=0.6.1
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.0 python3 setup.py bdist_wheel
TENSORDICT_BUILD_VERSION=0.6.1 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.0
0.6.1

1 comment on commit f12d31d

@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: f12d31d Previous: 3cf52a0 Ratio
benchmarks/common/common_ops_test.py::test_membership_stacked_nested_last 129865.89679863266 iter/sec (stddev: 5.334192710816651e-7) 308546.21790599916 iter/sec (stddev: 3.118703810030966e-7) 2.38
benchmarks/common/common_ops_test.py::test_membership_stacked_nested_leaf_last 127958.01369563866 iter/sec (stddev: 5.890256996234244e-7) 305481.5021092302 iter/sec (stddev: 3.47817462862431e-7) 2.39

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

CC: @vmoens

Please sign in to comment.