Skip to content

Commit ad0afe9

Browse files
committed
Install libstdcxx-ng from conda-forge for Linux
1 parent 00a3e94 commit ad0afe9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Please follow these steps to install the software:
114114
* Install the necessary Python packages:
115115
116116
```bash
117+
conda install -c conda-forge libstdcxx-ng
117118
pip install ninja cmake scikit-build-core[pyproject]
118119
export CMAKE_ARGS="-DGGML_CUDA=ON"
119120
pip install --force-reinstall --no-cache-dir llama-cpp-python

model_manager/llava.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,6 @@ def retreive_output_text(self, input_text, output_text, ollm_model_id, tokenizer
546546
class Gemma3Model(LLMConfig):
547547
include_name: str = "/gemma-3"
548548

549-
prompt_template = "<image> {prompt}"
550-
551549
def __init__(self):
552550
tokenizer_kwargs = {"use_fast": True}
553551

0 commit comments

Comments
 (0)