diff --git a/util/job_launching/apps/define-all-apps.yml b/util/job_launching/apps/define-all-apps.yml index 4e2e5b47d..41f63f4a5 100644 --- a/util/job_launching/apps/define-all-apps.yml +++ b/util/job_launching/apps/define-all-apps.yml @@ -832,3 +832,11 @@ pytorch_examples: # - inference_vae: # - args: # accel-sim-mem: 10G + +huggingface: + exec_dir: "$GPUAPPS_ROOT/bin/$CUDA_VERSION/release/huggingface" + data_dirs: "" + execs: + - helloworld: + - args: + accel-sim-mem: 10G \ No newline at end of file