From 0f665c3e35aae2291c1b16c65c2368b5f852851f Mon Sep 17 00:00:00 2001 From: Craig Date: Tue, 29 Apr 2025 10:20:07 +0100 Subject: [PATCH] install pre commit hooks --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 1b129f5..63415b6 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,6 @@ import torch + + def main(): print(torch.__version__) print("Hello from attention-from-scratch!")