if (FALSE) {
lms_server_start()
lms_download("google/gemma-3-1b")
# Load a model with default settings
lms_load("google/gemma-3-1b")
# Load a model with custom context length and flash attention enabled
lms_load("google/gemma-3-1b", context_length = 8192, flash_attention = TRUE)
}
Run the code above in your browser using DataLab