llava: fix typo in llava-surgery.py output
Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
parent
60c5cab48d
commit
c54c048cf1
1 changed files with 1 additions and 1 deletions
|
@ -42,5 +42,5 @@ if len(clip_tensors) > 0:
|
||||||
torch.save(checkpoint, path)
|
torch.save(checkpoint, path)
|
||||||
|
|
||||||
print("Done!")
|
print("Done!")
|
||||||
print(f"Now you can convert {args.model} to a a regular LLaMA GGUF file.")
|
print(f"Now you can convert {args.model} to a regular LLaMA GGUF file.")
|
||||||
print(f"Also, use {args.model}/llava.projector to prepare a llava-encoder.gguf file.")
|
print(f"Also, use {args.model}/llava.projector to prepare a llava-encoder.gguf file.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue