feat(fp16): add no_fp16 to default configuration

This commit is contained in:
PancakeTAS 2025-08-05 02:33:36 +02:00 committed by Pancake
parent 7bac21f793
commit f5690d741c

View file

@ -6,6 +6,8 @@ const std::string DEFAULT_CONFIG = R"(version = 1
[global]
# override the location of Lossless Scaling
# dll = "/games/Lossless Scaling/Lossless.dll"
# force-disable fp16 (use on older nvidia cards)
# no_fp16 = true
# [[game]] # example entry
# exe = "Game.exe"