Back to all Bounties
Earn 9,000 ($90.00)
due 8 months ago
Open
basic wandb intergration to grafana
CryogenicPlanet
Details
Applications
5
Discussion
Bounty Description
want a basic python package that logs model loss like wandb to grafana
it should automatically long the following elements to a timeseries db too and whatever the user passes
Process GPU Temp (°C)
Process GPU Time Spent Accessing Memory (%)
Process GPU Memory Allocated (bytes)
Process GPU Power Usage (%)
Process GPU Power Usage (W)
plus be able to take config like this
wandb.init(
project="blueberry",
config=self.deepspeed_config, # type: ignore
notes=f"Training Run Git commit SHA: {commit_sha}",
name=experiment_name,
)
also the correct grafana config for the following such that the graphs are easily visible