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!")