Replies: 1 comment 3 replies
-
|
With Ludwig, you don't need a REST API to query a model. You can simply load the fine-tuned model in Python from the local weights after the model has been fine-tuned. This would be the command: model = LudwigModel.load(path_to_weights) where path_to_weights refers to the local path to your fine-tuned model. Does that answer your question? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am following https://github.com/ludwig-ai/ludwig/tree/master/examples/llama2_7b_finetuning_4bit
what is curl or post request look like to get result back from llama-2 model after fine tuning ?
Beta Was this translation helpful? Give feedback.
All reactions