Closed bmahabirbu closed 3 weeks ago
Here is the fix that worked for me
I commented out these lines
# if args.container: # model_path = mnt_file
Which made model path = /mnt/models/model.file and ported code from serve into run function for consistency Fixes this issue I was having https://github.com/containers/ramalama/issues/413
Here is the fix that worked for me
I commented out these lines
Which made model path = /mnt/models/model.file and ported code from serve into run function for consistency Fixes this issue I was having https://github.com/containers/ramalama/issues/413