File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323git clone https://github.com/jorge-menjivar/super-stt.git
2424cd super-stt
2525
26- # (Required) The Daemon and CLI tool
26+ # The Desktop application to manage settings and models
27+ just install-app
28+
29+ # (Optional) COSMIC Desktop applet to show visualizations
30+ just install-applet
31+
32+ # The Daemon and CLI tool
2733just install-daemon
2834# (Suggestion) If you have an NVIDIA GPU with CUDA installed, build with CUDA acceleration instead to load models onto the GPU
2935# just install-daemon --cuda
3036# (Suggestion) If you have an NVIDIA GPU with CUDA and cuDNN installed, build with cuDNN acceleration instead for better performance
3137# just install-daemon --cudnn
32-
33- # (Recommended) The Desktop application to manage settings and models
34- just install-app
35-
36- # (Optional) COSMIC Desktop applet to show visualizations
37- just install-applet
3838```
3939
4040## ⌨️ Shortcuts
You can’t perform that action at this time.
0 commit comments