Skip to content

Commit

Permalink
Release/0.9.2 (#693)
Browse files Browse the repository at this point in the history
* add release content for 0.9.2

* feat(notebooks/tutorial): add notebook outputs for reference

* fix(pcm.py): add a check to not get custom_drift_model as None

* fix(travis/build): fix proper version for pytorch on mac osx wheel build

* fix(travis/build): fix torch version to match compatibility with osx version
  • Loading branch information
PabloCarmona authored Sep 19, 2024
1 parent 8cb5063 commit 39581ec
Show file tree
Hide file tree
Showing 6 changed files with 1,654 additions and 73 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ jobs:
update: true
env:
# Use a specific torch version.
- CIBW_ENVIRONMENT="TORCH_VERSION_SPECIFIER='==2.4.1'"
- CIBW_BEFORE_BUILD="pip install torch==2.4.1 torchvision && pip install ./delocate && pip install -r requirements.txt"
- CIBW_ENVIRONMENT="TORCH_VERSION_SPECIFIER='==2.0.1'"
- CIBW_BEFORE_BUILD="pip install torch==2.0.1 torchvision && pip install ./delocate && pip install -r requirements.txt"
- CIBW_BUILD="cp38-macosx_x86_64 cp39-macosx_x86_64"
before_install:
- git clone -b aihwkit https://github.com/aihwkit-bot/delocate.git
Expand Down
8 changes: 4 additions & 4 deletions notebooks/hermes/hermes_noise_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"cellView": "form",
"id": "8dRBAFI2xcEK",
Expand Down Expand Up @@ -189,7 +189,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {
"id": "9m1qDEsd-C4H"
},
Expand Down Expand Up @@ -230,7 +230,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {
"id": "DHmjiuKn-C4O"
},
Expand Down Expand Up @@ -279,7 +279,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {
"id": "6_She6Vv-C4P"
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/hermes/hermes_noise_model_mvm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"cellView": "form",
"id": "8dRBAFI2xcEK",
Expand Down
Loading

0 comments on commit 39581ec

Please sign in to comment.