Skip to content

Commit

Permalink
chore: Change milestone to 24.09.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine authored Jun 24, 2024
1 parent aefdb75 commit 4d52bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ai/backend/manager/api/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ type Agent implements Item {
local_config: JSONString
container_count: Int

"""Added in 24.03.5"""
"""Added in 24.09.0"""
gpu_alloc_map: JSONString

Check notice on line 157 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'gpu_alloc_map' was added to object type 'Agent'

Field 'gpu_alloc_map' was added to object type 'Agent'
mem_slots: Int
cpu_slots: Float
Expand Down Expand Up @@ -1827,4 +1827,4 @@ input ExtraMountInput {
Added in 24.03.4. Set permission of this mount. Should be one of (ro,rw,wd). Default is null
"""
permission: String
}
}

0 comments on commit 4d52bfa

Please sign in to comment.