From 20028fd06592a35da24ab06ad88f248bc3d3672c Mon Sep 17 00:00:00 2001 From: Raz Rotenberg Date: Thu, 15 Jun 2023 11:05:39 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6857612..38477f6 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,14 @@ genv

-# Genv (GPU Environment Management) [![Join the community at (https://discord.gg/zN3Q9pQAuT)](https://img.shields.io/badge/Discord-genv-7289da?logo=discord)](https://discord.gg/zN3Q9pQAuT) +# Genv - GPU Environment and Cluster Management +[![PyPI](https://img.shields.io/pypi/v/genv)](https://pypi.org/project/genv/) +[![PyPI - Downloads](https://img.shields.io/pypi/dm/genv?style=plastic)](https://pypi.org/project/genv/) +[![Join the community at (https://discord.gg/zN3Q9pQAuT)](https://img.shields.io/badge/Discord-genv-7289da?logo=discord)](https://discord.gg/zN3Q9pQAuT) -Genv lets you easily control, configure and monitor the GPU resources that you are using. +Genv is an open-source environment and cluster management system for GPUs. + +Genv lets you easily control, configure, monitor and enforce the GPU resources that you are using in a GPU machine or cluster. It is intendend to ease up the process of GPU allocation for data scientists without code changes 💪🏻