@@ -16,6 +16,7 @@ object FormMain: TFormMain
16
16
OnCreate = FormCreate
17
17
OnCloseQuery = FormCloseQuery
18
18
OnShow = FormShow
19
+ OnSaveState = FormSaveState
19
20
DesignerMasterStyle = 1
20
21
object StyleBook1: TStyleBook
21
22
Styles = <
@@ -1030,7 +1031,7 @@ object FormMain: TFormMain
1030
1031
Size.Width = 250.000000000000000000
1031
1032
Size.Height = 40.000000000000000000
1032
1033
Size.PlatformDefault = False
1033
- TabOrder = 0
1034
+ TabOrder = 6
1034
1035
object lbMenuHeader: TLabel
1035
1036
Align = Client
1036
1037
Size.Width = 250.000000000000000000
@@ -1047,7 +1048,7 @@ object FormMain: TFormMain
1047
1048
Size.Width = 250.000000000000000000
1048
1049
Size.Height = 50.000000000000000000
1049
1050
Size.PlatformDefault = False
1050
- TabOrder = 1
1051
+ TabOrder = 0
1051
1052
object lbModel: TLabel
1052
1053
Align = Top
1053
1054
Margins.Left = 5.000000000000000000
@@ -1056,14 +1057,15 @@ object FormMain: TFormMain
1056
1057
Size.Height = 17.000000000000000000
1057
1058
Size.PlatformDefault = False
1058
1059
Text = 'Select a model:'
1059
- TabOrder = 0
1060
+ TabOrder = 1
1060
1061
end
1061
1062
object cbModel: TComboBox
1062
1063
Align = Top
1063
1064
Items.Strings = (
1064
1065
'Llama 2 (~4 GB)'
1065
1066
'Llama 3 (~5 GB)'
1066
- 'Mistral Lite (~7 GB)')
1067
+ 'Mistral Lite (~7 GB)'
1068
+ 'TinyLlama (~1 GB)')
1067
1069
Margins.Left = 5.000000000000000000
1068
1070
Margins.Top = 5.000000000000000000
1069
1071
Margins.Right = 5.000000000000000000
@@ -1072,7 +1074,7 @@ object FormMain: TFormMain
1072
1074
Size.Width = 240.000000000000000000
1073
1075
Size.Height = 22.000000000000000000
1074
1076
Size.PlatformDefault = False
1075
- TabOrder = 1
1077
+ TabOrder = 0
1076
1078
end
1077
1079
end
1078
1080
object layContextLength: TLayout
@@ -1081,7 +1083,7 @@ object FormMain: TFormMain
1081
1083
Size.Width = 250.000000000000000000
1082
1084
Size.Height = 50.000000000000000000
1083
1085
Size.PlatformDefault = False
1084
- TabOrder = 4
1086
+ TabOrder = 1
1085
1087
object lblContextLength: TLabel
1086
1088
Align = Top
1087
1089
Margins.Left = 5.000000000000000000
@@ -1090,12 +1092,12 @@ object FormMain: TFormMain
1090
1092
Size.Height = 17.000000000000000000
1091
1093
Size.PlatformDefault = False
1092
1094
Text = 'Context Length:'
1093
- TabOrder = 0
1095
+ TabOrder = 1
1094
1096
end
1095
1097
object nbContextLength: TNumberBox
1096
1098
Touch.InteractiveGestures = [LongTap, DoubleTap]
1097
1099
Align = Top
1098
- TabOrder = 1
1100
+ TabOrder = 0
1099
1101
Cursor = crIBeam
1100
1102
Max = 4096.000000000000000000
1101
1103
Value = 4096.000000000000000000
@@ -1115,7 +1117,7 @@ object FormMain: TFormMain
1115
1117
Size.Width = 250.000000000000000000
1116
1118
Size.Height = 21.000000000000000000
1117
1119
Size.PlatformDefault = False
1118
- TabOrder = 3
1120
+ TabOrder = 2
1119
1121
object cbSeed: TCheckBox
1120
1122
Align = Top
1121
1123
IsChecked = True
@@ -1135,23 +1137,23 @@ object FormMain: TFormMain
1135
1137
Size.Width = 250.000000000000000000
1136
1138
Size.Height = 40.000000000000000000
1137
1139
Size.PlatformDefault = False
1138
- TabOrder = 2
1140
+ TabOrder = 3
1139
1141
object switchCPUGPU: TSwitch
1140
1142
Align = Client
1141
1143
IsChecked = True
1142
1144
Margins.Left = 10.000000000000000000
1143
1145
Margins.Top = 8.000000000000000000
1144
1146
Margins.Right = 10.000000000000000000
1145
1147
Margins.Bottom = 8.000000000000000000
1146
- Size.Width = 132.000000000000000000
1148
+ Size.Width = 131.333343505859400000
1147
1149
Size.Height = 24.000000000000000000
1148
1150
Size.PlatformDefault = False
1149
1151
TabOrder = 0
1150
1152
end
1151
1153
object lbCPU: TLabel
1152
1154
Align = Left
1153
1155
AutoSize = True
1154
- Size.Width = 49.000000000000000000
1156
+ Size.Width = 49.333332061767580000
1155
1157
Size.Height = 40.000000000000000000
1156
1158
Size.PlatformDefault = False
1157
1159
TextSettings.HorzAlign = Center
@@ -1161,15 +1163,89 @@ object FormMain: TFormMain
1161
1163
object lbGPU: TLabel
1162
1164
Align = Right
1163
1165
AutoSize = True
1164
- Position.X = 201.000000000000000000
1165
- Size.Width = 49.000000000000000000
1166
+ Position.X = 200.666671752929700000
1167
+ Size.Width = 49.333328247070310000
1166
1168
Size.Height = 40.000000000000000000
1167
1169
Size.PlatformDefault = False
1168
1170
TextSettings.HorzAlign = Center
1169
1171
Text = 'GPU'
1170
1172
TabOrder = 1
1171
1173
end
1172
1174
end
1175
+ object lblHuggingFaceAuth: TLabel
1176
+ Align = Top
1177
+ Margins.Top = 5.000000000000000000
1178
+ Margins.Bottom = 5.000000000000000000
1179
+ Position.Y = 206.000000000000000000
1180
+ Size.Width = 250.000000000000000000
1181
+ Size.Height = 17.000000000000000000
1182
+ Size.PlatformDefault = False
1183
+ TextSettings.HorzAlign = Center
1184
+ Text = 'HuggingFace Authentication'
1185
+ TabOrder = 7
1186
+ end
1187
+ object layHFUserName: TLayout
1188
+ Align = Top
1189
+ Position.Y = 228.000000000000000000
1190
+ Size.Width = 250.000000000000000000
1191
+ Size.Height = 50.000000000000000000
1192
+ Size.PlatformDefault = False
1193
+ TabOrder = 4
1194
+ object lblHFUserName: TLabel
1195
+ Align = Top
1196
+ Margins.Left = 5.000000000000000000
1197
+ Position.X = 5.000000000000000000
1198
+ Size.Width = 245.000000000000000000
1199
+ Size.Height = 17.000000000000000000
1200
+ Size.PlatformDefault = False
1201
+ Text = 'User Name:'
1202
+ TabOrder = 0
1203
+ end
1204
+ object edtHFUserName: TEdit
1205
+ Touch.InteractiveGestures = [LongTap, DoubleTap]
1206
+ Align = Top
1207
+ TabOrder = 1
1208
+ Position.X = 5.000000000000000000
1209
+ Position.Y = 22.000000000000000000
1210
+ Margins.Left = 5.000000000000000000
1211
+ Margins.Top = 5.000000000000000000
1212
+ Margins.Right = 5.000000000000000000
1213
+ Size.Width = 240.000000000000000000
1214
+ Size.Height = 22.000000000000000000
1215
+ Size.PlatformDefault = False
1216
+ end
1217
+ end
1218
+ object layHFToken: TLayout
1219
+ Align = Top
1220
+ Position.Y = 278.000000000000000000
1221
+ Size.Width = 250.000000000000000000
1222
+ Size.Height = 50.000000000000000000
1223
+ Size.PlatformDefault = False
1224
+ TabOrder = 5
1225
+ object lblHFToken: TLabel
1226
+ Align = Top
1227
+ Margins.Left = 5.000000000000000000
1228
+ Position.X = 5.000000000000000000
1229
+ Size.Width = 245.000000000000000000
1230
+ Size.Height = 17.000000000000000000
1231
+ Size.PlatformDefault = False
1232
+ Text = 'Token:'
1233
+ TabOrder = 0
1234
+ end
1235
+ object edtHFToken: TEdit
1236
+ Touch.InteractiveGestures = [LongTap, DoubleTap]
1237
+ Align = Top
1238
+ TabOrder = 1
1239
+ Position.X = 5.000000000000000000
1240
+ Position.Y = 22.000000000000000000
1241
+ Margins.Left = 5.000000000000000000
1242
+ Margins.Top = 5.000000000000000000
1243
+ Margins.Right = 5.000000000000000000
1244
+ Size.Width = 240.000000000000000000
1245
+ Size.Height = 22.000000000000000000
1246
+ Size.PlatformDefault = False
1247
+ end
1248
+ end
1173
1249
end
1174
1250
object Llama1: TLlama
1175
1251
Settings.NGpuLayers = -1
0 commit comments