Try windows runners (#133)

* try windows runners

* update triggers

* trigger with code file update

* add new status badges
This commit is contained in:
Sebastian Raschka
2024-04-28 07:39:23 -05:00
committed by GitHub
parent e1d094b655
commit 9a5d4d8ac9
5 changed files with 116 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
# Copyright (c) Sebastian Raschka under Apache License 2.0 (see LICENSE.txt).
# Source for "Build a Large Language Model From Scratch"
# - https://www.manning.com/books/build-a-large-language-model-from-scratch
# Code: https://github.com/rasbt/LLMs-from-scratch
#
# This file contains the relevant code from chapter 3 that is going to be used
# in forthcoming chapters.
import torch
import torch.nn as nn