oci-data-science-ai-samples icon indicating copy to clipboard operation
oci-data-science-ai-samples copied to clipboard

Inconsistancy with instruction for deploying llama2

Open bieniek opened this issue 1 year ago • 0 comments
trafficstars

In the README file for the llama2 deployment example: https://github.com/oracle-samples/oci-data-science-ai-samples/blob/main/model-deployment/containers/llama2

there is an instruction to create container repository of name 'text-generation-interface-odsc'

while in the make file:

https://github.com/oracle-samples/oci-data-science-ai-samples/blob/5c4fb7766a9f763d4a531a6f442928e821feb222/model-deployment/containers/llama2/Makefile#L14

image is pushed to the different repository, which with default OCI settings will be created on the root level compartment.

not a huge deal but quite confusing for the beginners (especially when you create the model deployment and you cannot find your model, the scope of available repositories is limited to the compartment)

bieniek avatar Jan 29 '24 16:01 bieniek