mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Try windows runners (#133)
* try windows runners * update triggers * trigger with code file update * add new status badges
This commit is contained in:
committed by
GitHub
parent
e1d094b655
commit
9a5d4d8ac9
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user