"INSTALL/grub/git@developer.sourcefind.cn:dadigang/Ventoy.git" did not exist on "c73bf256befba14629e600ad6d1f24d8f16ec3f0"
Unverified Commit 9b03d67b authored by Thomas Wolf's avatar Thomas Wolf Committed by GitHub
Browse files

Merge pull request #362 from Bharat123rox/patch-1

Make the hyperlink of NVIDIA Apex clickable
parents 8435d78f f91ce0b8
......@@ -217,7 +217,7 @@ class BertConfig(object):
try:
from apex.normalization.fused_layer_norm import FusedLayerNorm as BertLayerNorm
except ImportError:
logger.info("Better speed can be achieved with apex installed from https://www.github.com/nvidia/apex.")
logger.info("Better speed can be achieved with apex installed from https://www.github.com/nvidia/apex .")
class BertLayerNorm(nn.Module):
def __init__(self, hidden_size, eps=1e-12):
"""Construct a layernorm module in the TF style (epsilon inside the square root).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment