Good afternoon. Does Flyte allow the allocation of resources (gpu/cpu) per project? I'd like to be able to optimize my resource usage through different projects using a quota system or something similar to it
t
tall-lock-23197
11/30/2023, 1:01 PM
yes, should be possible!
Copy code
attributes:
projectQuotaCpu: "1000"
projectQuotaMemory: 5Ti
projectQuotaGpu: "100" # this is the added custom attribute
domain: development
project: flyteexamples