Skip to content

Commit

Permalink
feat(distrobox): add a premade config for pytorch-nvidia (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Aug 8, 2023
1 parent 9a3b4b4 commit 64a93dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dx/usr/share/ublue-os/distrobox/pytorch-nvidia.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[mlbox]
image=nvcr.io/nvidia/pytorch:23.07-py3
additional_packages="nano git htop"
init_hooks="pip3 install huggingface_hub tokenizers transformers accelerate datasets wandb peft bitsandbytes fastcore fastprogress watermark torchmetrics deepspeed xformers"
pre-init-hooks="/init_script.sh"
nvidia=true
pull=true
root=false
replace=true

0 comments on commit 64a93dc

Please sign in to comment.