[TUTORIALS] fixed formatting
This commit is contained in:
@@ -3,9 +3,11 @@ Layer Normalization
|
|||||||
====================
|
====================
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
import torch
|
||||||
|
|
||||||
import triton
|
import triton
|
||||||
import triton.language as tl
|
import triton.language as tl
|
||||||
import torch
|
|
||||||
try:
|
try:
|
||||||
# This is https://github.com/NVIDIA/apex, NOT the apex on PyPi, so it
|
# This is https://github.com/NVIDIA/apex, NOT the apex on PyPi, so it
|
||||||
# should not be added to extras_require in setup.py.
|
# should not be added to extras_require in setup.py.
|
||||||
|
Reference in New Issue
Block a user