Skip to content

Commit 39581ec

Browse files
authored
Release/0.9.2 (#693)
* 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
1 parent 8cb5063 commit 39581ec

File tree

6 files changed

+1654
-73
lines changed

6 files changed

+1654
-73
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
update: true
121121
env:
122122
# Use a specific torch version.
123-
- CIBW_ENVIRONMENT="TORCH_VERSION_SPECIFIER='==2.4.1'"
124-
- CIBW_BEFORE_BUILD="pip install torch==2.4.1 torchvision && pip install ./delocate && pip install -r requirements.txt"
123+
- CIBW_ENVIRONMENT="TORCH_VERSION_SPECIFIER='==2.0.1'"
124+
- CIBW_BEFORE_BUILD="pip install torch==2.0.1 torchvision && pip install ./delocate && pip install -r requirements.txt"
125125
- CIBW_BUILD="cp38-macosx_x86_64 cp39-macosx_x86_64"
126126
before_install:
127127
- git clone -b aihwkit https://github.com/aihwkit-bot/delocate.git

notebooks/hermes/hermes_noise_model.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"cell_type": "code",
16-
"execution_count": 1,
16+
"execution_count": null,
1717
"metadata": {
1818
"cellView": "form",
1919
"id": "8dRBAFI2xcEK",
@@ -189,7 +189,7 @@
189189
},
190190
{
191191
"cell_type": "code",
192-
"execution_count": 2,
192+
"execution_count": null,
193193
"metadata": {
194194
"id": "9m1qDEsd-C4H"
195195
},
@@ -230,7 +230,7 @@
230230
},
231231
{
232232
"cell_type": "code",
233-
"execution_count": 3,
233+
"execution_count": null,
234234
"metadata": {
235235
"id": "DHmjiuKn-C4O"
236236
},
@@ -279,7 +279,7 @@
279279
},
280280
{
281281
"cell_type": "code",
282-
"execution_count": 4,
282+
"execution_count": null,
283283
"metadata": {
284284
"id": "6_She6Vv-C4P"
285285
},

notebooks/hermes/hermes_noise_model_mvm.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"cell_type": "code",
16-
"execution_count": 1,
16+
"execution_count": null,
1717
"metadata": {
1818
"cellView": "form",
1919
"id": "8dRBAFI2xcEK",

0 commit comments

Comments
 (0)