LMFlow
LMFlow copied to clipboard
Use Ollama to perform inference with trained model using LMFLOW
Is there a way we can use the trained model using lmflow to integrate Ollama to perform inference
Thanks for your interest in LMFlow! Currently we haven't integrated Ollama in LMFlow, but the trained output model is compatible with the general format of huggingface, so Ollama should be okay in that case. If the local model is not working, you may try pushing it to huggingface (https://huggingface.co/docs/transformers/model_sharing) and try again. Hope that helps 😄