if (FALSE) {
lms_server_start()
# Download a model by its HuggingFace identifier
job_id <- lms_download("google/gemma-3-1b")
# Download with a specific quantization level
lms_download("google/gemma-3-1b", quantization = "4bit")
}
Run the code above in your browser using DataLab