Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
FastFold
Commits
16401cf5
You need to sign in or sign up before continuing.
Commit
16401cf5
authored
Dec 08, 2022
by
zhuww
Browse files
set _triton_available False
parent
c785b534
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fastfold/model/fastnn/kernel/layer_norm.py
fastfold/model/fastnn/kernel/layer_norm.py
+1
-1
No files found.
fastfold/model/fastnn/kernel/layer_norm.py
View file @
16401cf5
...
@@ -4,7 +4,7 @@ import logging
...
@@ -4,7 +4,7 @@ import logging
import
torch
import
torch
from
torch.nn.parameter
import
Parameter
from
torch.nn.parameter
import
Parameter
_triton_available
=
Tru
e
_triton_available
=
Fals
e
if
_triton_available
:
if
_triton_available
:
try
:
try
:
from
.triton.layer_norm
import
LayerNormTritonFunc
from
.triton.layer_norm
import
LayerNormTritonFunc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment