Open Issues Need Help
View All on GitHubAI Summary: This issue requests adding documentation for the newly introduced `--defrag-thold` option to the `server/README.md` file. The option was recently added via a specific pull request and needs to be documented for users to understand its purpose and usage.
AI Summary: The user is encountering a 'KeyError: image_mean' when attempting to convert the Fleming-VL-38B model's multimodal projection (mmproj) to GGUF format using the `convert_hf_to_gguf.py` script. This issue prevents the successful creation of the mmproj file for the specified Hugging Face model, potentially related to a warning about `trust_remote_code` not being set.
AI Summary: The user requests a new feature for the `convert_hf_to_gguf.py` script: the ability to specify a custom directory for temporary files when the `--use-temp-file` option is active. This is motivated by insufficient disk space on their default temporary drive (C:), necessitating the use of another disk. Their attempt to override the temp directory using environment variables did not succeed.
AI Summary: The issue describes a bug where the `llama_model_meta_val_str` function does not return any value when attempting to retrieve metadata that contains array values. This indicates a problem with how the function processes or serializes non-string (specifically array) data types stored in the model's metadata.