From bc66d1931bf79435bf7c9f7e710bc4673bd9c5c5 Mon Sep 17 00:00:00 2001 From: Alex-Brooks Date: Thu, 16 Jan 2025 15:49:05 -0700 Subject: [PATCH] remove hardcoded path Signed-off-by: Alex-Brooks --- examples/llava/README-mmgranite.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/llava/README-mmgranite.md b/examples/llava/README-mmgranite.md index e3328935f..b5d59bbff 100644 --- a/examples/llava/README-mmgranite.md +++ b/examples/llava/README-mmgranite.md @@ -1,8 +1,9 @@ # Instructions to Convert Multimodal Granite -> GGUF -`export GRANITE_MODEL=/Users/alexanderjbrooks/Desktop/llava-granite-2b-vllm` - Disclaimer that this branch is super WIP; eventually this should be combined with the main README in this directory, but separating it for now since we use a different method for converting the LLM. +First, set the env var `$GRANITE_MODEL` to your vLLM/transformers format multimodal granite model. + +`export GRANITE_MODEL=...` ### 1. Running llava surgery v2.