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
TS-MODELS-OPT
training
Video-Generation-Model
c07946d8b606109a740c10a7c4137fe0f7af21e7
c07946d8b606109a740c10a7c4137fe0f7af21e7
Switch branch/tag
video-generation-model
FastVideo-main
scripts
finetune
bitsandbytes
triton
triton_utils.py
Find file
Normal view
History
Permalink
triton_utils.py
103 Bytes
Edit
Web IDE
Newer
Older
dit & video
hepj
committed
Apr 09, 2026
1
2
3
4
import
importlib
def
is_triton_available
():
return
importlib
.
util
.
find_spec
(
"triton"
)
is
not
None