Closed PhilipAmadasun closed 2 months ago
How would we use the pretrained model in our own python code instead if CLI. Could you please share some examples.
Hello, you can refer to the infer.py to load the model in Python and use model.generate() for inference.
How would we use the pretrained model in our own python code instead if CLI. Could you please share some examples.