This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ./ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4/Tifa-DeepsexV2-7b-Cot-0301-Q4_KM.gguf | |
PARAMETER temperature 0.7 | |
PARAMETER num_ctx 4096 | |
PARAMETER repeat_last_n 32 | |
PARAMETER repeat_penalty 1.1 | |
PARAMETER num_predict 1536 | |
PARAMETER top_p 0.9 | |
PARAMETER stop "<|im_start|>assistant" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config smartdns | |
option enabled '1' | |
option server_name 'smartdns' | |
option port '53' | |
option auto_set_dnsmasq '1' | |
option tcp_server '1' | |
option ipv6_server '1' | |
option bind_device '1' | |
option dualstack_ip_selection '1' | |
option serve_expired '1' |