From f86a929665cdac23d2379949261b10a128f66d69 Mon Sep 17 00:00:00 2001 From: rasbt Date: Mon, 27 May 2024 07:37:06 -0500 Subject: [PATCH] revert unnecessary changes --- .gitignore | 1 + ch03/01_main-chapter-code/multihead-attention.ipynb | 2 +- .../mha-implementations.ipynb | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ba38c30..47ed773 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,7 @@ ch06/03_bonus_imdb-classification/test.csv ch06/03_bonus_imdb-classification/train.csv ch06/03_bonus_imdb-classification/validation.csv +ch07/02_dataset-utilities/instruction-examples-modified.json # Temporary OS-related files .DS_Store diff --git a/ch03/01_main-chapter-code/multihead-attention.ipynb b/ch03/01_main-chapter-code/multihead-attention.ipynb index 3cf719f..b788040 100644 --- a/ch03/01_main-chapter-code/multihead-attention.ipynb +++ b/ch03/01_main-chapter-code/multihead-attention.ipynb @@ -391,7 +391,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.6" + "version": "3.11.4" } }, "nbformat": 4, diff --git a/ch03/02_bonus_efficient-multihead-attention/mha-implementations.ipynb b/ch03/02_bonus_efficient-multihead-attention/mha-implementations.ipynb index cd29166..82f5cde 100644 --- a/ch03/02_bonus_efficient-multihead-attention/mha-implementations.ipynb +++ b/ch03/02_bonus_efficient-multihead-attention/mha-implementations.ipynb @@ -1038,7 +1038,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.6" + "version": "3.11.4" } }, "nbformat": 4,