Damagage is not a word.
This commit is contained in:
parent
fffdac32b5
commit
b56ed66195
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def change_gguf(reader: GGUFReader, key: str, value: str) -> None:
|
||||||
print(f'- Key {repr(key)} already set to requested value {current_value}')
|
print(f'- Key {repr(key)} already set to requested value {current_value}')
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
print('*** Warning *** Warning *** Warning **')
|
print('*** Warning *** Warning *** Warning **')
|
||||||
print('* Changing fields in a GGUF file can damagage it. If you are positive then type YES:')
|
print('* Changing fields in a GGUF file can damage it. If you are positive then type YES:')
|
||||||
response = input('YES, I am sure> ')
|
response = input('YES, I am sure> ')
|
||||||
if response != 'YES':
|
if response != 'YES':
|
||||||
print("You didn't enter YES. Okay then, see ya!")
|
print("You didn't enter YES. Okay then, see ya!")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue