i wonder when we are getting docker for llm ... a Modelfile ?
FROM "PAAMA/16b"
APPLY "MNO/DATASET"
each layer could be lora adapter like thing maybe.
maybe when AI chips are finally here.
SELECT * FROM iris.train TO TRAIN DNNClassifier WITH model.hidden_units = [10, 10], model.n_classes = 3, train.epoch= 10 COLUMN sepal_length, sepal_width, petal_length, petal_width LABEL class INTO sqlflow_models.my_dnn_model;
[0]: https://sql-machine-learning.github.io/
https://pytorch.org/tutorials/beginner/pytorch_with_examples...
i wonder when we are getting docker for llm ... a Modelfile ?
FROM "PAAMA/16b"
APPLY "MNO/DATASET"
each layer could be lora adapter like thing maybe.
maybe when AI chips are finally here.