Open axel7083 opened 3 months ago
cc @Gregory-Pereira I think a \
is missing on the following line
but when adding it we got the following error
./run.sh: line 12: HF_PRETRAINED_MODEL: %=--hf_pretrained_model_name_or_path %: syntax error: operand expected (error token is "%=--hf_pretrained_model_name_or_path %")
Description
am not sure to perfectly understand the following
https://github.com/containers/ai-lab-recipes/blob/55610a8c90b6e72c6e9289513825112e6c5e99b1/model_servers/llamacpp_python/src/run.sh#L18-L20
But using the command
does not provide the proper value to
--hf_pretrained_model_name_or_path
.Expected
The
tokenizer_config.json
should be downloaded at startupCurrent
With the current, it does not download it