Skip to content

Commit

Permalink
Update convert-image-encoder-to-gguf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cmp-nct authored Nov 22, 2023
1 parent ab8b6f1 commit f16b338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/llava/convert-image-encoder-to-gguf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def bytes_to_unicode():
ap.add_argument('--image_mean', type=float, nargs='+', help='Mean of the images for normalization (overrides processor) ', default=None)
ap.add_argument('--image_std', type=float, nargs='+', help='Standard deviation of the images for normalization (overrides processor)', default=None)

# with proper
# with proper
args = ap.parse_args()


Expand Down

0 comments on commit f16b338

Please sign in to comment.