Skip to content

0.1.0

Compare
Choose a tag to compare
@diegofiori diegofiori released this 30 Jan 10:46
· 49 commits to main since this release
d6c98c6

Release Notes nos

This is the first major release of nos, the Nebuly Operating System. It implements two main features:

  • ✂️ Dynamic GPU Partitioning: you can think of this as a cluster autoscaler for GPUs: instead of scaling up the number of nodes and GPUs, it dynamically partitions them to ensure that each workload only uses the GPU resources it actually needs, resulting in spare GPU capacity that could be used for other workloads. To partition GPUs, nos leverages NVIDIA’s MPS and MIG, finally making them dynamic.
  • 🤝 Elastic Resource Quota management: it allows to increase the number of Pods running on the cluster by allowing teams (namespaces) to borrow quotas of reserved resources from other teams as long as they are not using them.