Skip to content

Issue with the "Fly Launch configuration (fly.toml)" doc #1662

Open
@fliepeltje

Description

@fliepeltje

I found an issue with this document.

Title: Fly Launch configuration (fly.toml)
Location: https://fly.io/docs/reference/configuration/
Source: https://github.com/superfly/docs/blob/main/reference/configuration.html.markerb

Describe the issue

The gpu kind is incorrect in the vm section; this concerns the code block.

It should be this instead for the GPUs:

[[vm]]
  size = "shared-cpu-2x"
  memory = "2gb"
  cpus = 4
  cpu_kind = "performance"
  gpus = 1
  gpu_kind = "a100-40gb"
  kernel_args = "no-hlt=true"
  host_dedication_id = "customer-id"
  processes = ["app"]

In addition, I get an error with the kernel_args param if I run as-is

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions