[TUTORIALS] fixed formatting

This commit is contained in:
Philippe Tillet
2022-05-12 12:28:15 -07:00
parent d87435e536
commit cd30a99aa2

View File

@@ -3,9 +3,11 @@ Layer Normalization
====================
"""
import torch
import triton
import triton.language as tl
import torch
try:
# This is https://github.com/NVIDIA/apex, NOT the apex on PyPi, so it
# should not be added to extras_require in setup.py.