blasbatchsize
This commit is contained in:
parent
bcfdd0e662
commit
e99416cdfe
1 changed files with 2 additions and 2 deletions
|
@ -923,7 +923,7 @@ def show_new_gui():
|
||||||
makelabelentry(quick_tab, "Threads:" , threads_var, 8, 50)
|
makelabelentry(quick_tab, "Threads:" , threads_var, 8, 50)
|
||||||
|
|
||||||
# blas batch size
|
# blas batch size
|
||||||
makeslider(quick_tab, "BLAS Batch Size:", blasbatchsize_text, blas_size_var, 0, 6, 12, set=5)
|
makeslider(quick_tab, "BLAS Batch Size:", blasbatchsize_text, blas_size_var, 0, 7, 12, set=5)
|
||||||
|
|
||||||
# quick boxes
|
# quick boxes
|
||||||
quick_boxes = {"Launch Browser": launchbrowser , "High Priority" : highpriority, "Streaming Mode":stream, "Use SmartContext":smartcontext, "Unban Tokens":unbantokens, "Disable MMAP":disablemmap,}
|
quick_boxes = {"Launch Browser": launchbrowser , "High Priority" : highpriority, "Streaming Mode":stream, "Use SmartContext":smartcontext, "Unban Tokens":unbantokens, "Disable MMAP":disablemmap,}
|
||||||
|
@ -969,7 +969,7 @@ def show_new_gui():
|
||||||
# blas thread specifier
|
# blas thread specifier
|
||||||
makelabelentry(hardware_tab, "BLAS threads:" , blas_threads_var, 11, 50)
|
makelabelentry(hardware_tab, "BLAS threads:" , blas_threads_var, 11, 50)
|
||||||
# blas batch size
|
# blas batch size
|
||||||
makeslider(hardware_tab, "BLAS Batch Size:", blasbatchsize_text, blas_size_var, 0, 6, 12, set=5)
|
makeslider(hardware_tab, "BLAS Batch Size:", blasbatchsize_text, blas_size_var, 0, 7, 12, set=5)
|
||||||
# force version
|
# force version
|
||||||
makelabelentry(hardware_tab, "Force Version:" , version_var, 100, 50)
|
makelabelentry(hardware_tab, "Force Version:" , version_var, 100, 50)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue