Skip to content

Conversation

@vsmalladi
Copy link
Contributor

Added capabilities endpoint to retrieve TES backend features. Closes #206
Closes #188

Added capabilities endpoint to retrieve TES backend features.
Closes #206 
Closes #188
@vsmalladi
Copy link
Contributor Author

Response would be like this

{
  "cpu_cores": 32,
  "ram_gb": 256,
  "disk_gb": 2000,
  "num_machines": 8,
  "accelerators": [
    {
      "type": "GPU",
      "count": 4
    },
    {
      "type": "TPU",
      "count": 2
    }
  ],
  "chip_type": "x86_64",
  "fpga": true
}

@vsmalladi
Copy link
Contributor Author

Add docker or other container resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a capabilities endpoint. How do we define the technical capabilities of a given TES API

2 participants