Skip to content

Instantly share code, notes, and snippets.

View VibhuJawa's full-sized avatar
🏠
Working from home

Vibhu Jawa VibhuJawa

🏠
Working from home
  • Nvidia
  • Santa Clara
View GitHub Profile
@VibhuJawa
VibhuJawa / monitor_nvingest.sh
Last active January 22, 2026 23:04
This gist helps me monitor usage of stats used in nv-ingest etc
#!/bin/bash
# ═══════════════════════════════════════════════════════════════════════════════
# CONFIGURATION - Edit these values to match your deployment
# ═══════════════════════════════════════════════════════════════════════════════
# Model names for each NIM service
# Each service has an inference model and a pipeline model (for ensemble metrics)
# Use "pipeline" if your NIM exposes generic pipeline metrics, or the ensemble name
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
ncountered Exception while running query
Traceback (most recent call last):
File "/home/vjawa/conda/envs/cudf_may_1/lib/python3.7/site-packages/xbb_tools-0.1-py3.7.egg/tools/utils.py", line 981, in run_dask_cudf_query
results = query_func(client=client)
File "/home/vjawa/conda/envs/cudf_may_1/lib/python3.7/site-packages/xbb_tools-0.1-py3.7.egg/tools/utils.py", line 308, in profiled
result = func(*args, **kwargs)
File "tpcx_bb_query_03.py", line 204, in main
wcs_tstamp_min = get_wcs_minima(cli_args)
File "tpcx_bb_query_03.py", line 39, in get_wcs_minima
wcs_tstamp_min = wcs_df["tstamp"].min().compute()
@VibhuJawa
VibhuJawa / dgx_2_profile_tcp.html
Last active February 21, 2020 02:50
dgx_2_profile_tcp.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
@VibhuJawa
VibhuJawa / sorting_comparision.ipynb
Created January 22, 2020 23:35
Sorting Performance Comparison CUDF vs Dask vs Dask.map_partitions
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@VibhuJawa
VibhuJawa / memory_shootup_cudf.ipynb
Created October 7, 2019 23:36
xgb_memory_shootup_cudf.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@VibhuJawa
VibhuJawa / xgboost_dmat_bug.ipynb
Last active October 4, 2019 17:08
xgboost_dmat_bug
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@VibhuJawa
VibhuJawa / xgboost_working_example.ipynb
Last active February 14, 2020 00:19
xgboost_working_example.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.