Skip to content

Commit

Permalink
Revert "Hide hipBLAS (ROCm) if CuBLAS exists - vice versa"
Browse files Browse the repository at this point in the history
This reverts commit 4b854d4.
  • Loading branch information
LostRuins committed Dec 12, 2023
1 parent 06581f2 commit 74acc54
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions koboldcpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,10 +1077,6 @@ def show_new_gui():
contextsize_text = ["256", "512", "1024", "2048", "3072", "4096", "6144", "8192", "12288", "16384", "24576", "32768", "65536"]
runopts = [opt for lib, opt in lib_option_pairs if file_exists(lib)]
antirunopts = [opt.replace("Use ", "") for lib, opt in lib_option_pairs if not (opt in runopts)]
if "Use CuBLAS" in runopts:
antirunopts.remove("hipBLAS (ROCm)")
if "Use hipBLAS (ROCm)" in runopts:
antirunopts.remove("CuBLAS")
if os.name != 'nt':
if "NoAVX2 Mode (Old CPU)" in antirunopts:
antirunopts.remove("NoAVX2 Mode (Old CPU)")
Expand Down

0 comments on commit 74acc54

Please sign in to comment.