Make fattn optional

This commit is contained in:
Carl Philipp Klemm 2026-04-15 13:17:08 +02:00
parent 216e59c105
commit 275c1a1852
6 changed files with 57 additions and 4 deletions

View file

@ -42,6 +42,26 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="flashAttentionCheckBox">
<property name="text">
<string>Flash Attention</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="flashAttentionLabel">
<property name="text">
<string>Use flash attention for faster generation. Disable if experiencing issues.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>