diff options
Diffstat (limited to 'examples/llava/llava-surgery.py')
-rw-r--r-- | examples/llava/llava-surgery.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/llava/llava-surgery.py b/examples/llava/llava-surgery.py index 515f6b58..0a61efdf 100644 --- a/examples/llava/llava-surgery.py +++ b/examples/llava/llava-surgery.py @@ -42,5 +42,5 @@ if len(clip_tensors) > 0: torch.save(checkpoint, path) 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.") |