Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

RANDOM THOUGHT:

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.



SQLFlow[0] looks sort of like that:

    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;
No idea how well it works.

[0]: https://sql-machine-learning.github.io/


PyTorch tutorial looks similar (lower on the page)

https://pytorch.org/tutorials/beginner/pytorch_with_examples...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: