Skip to content

Commit

Permalink
Draft - python torch. Upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
mirage335 committed Apr 19, 2024
1 parent 9338dc2 commit 9da8ca1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
13 changes: 13 additions & 0 deletions _prog/core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,19 @@ _create_ubDistBuild-rotten_install-core() {

_getMost_backend_aptGetInstall kruler




_getMost_backend_aptGetInstall git-lfs

_getMost_backend_aptGetInstall libtorch-dev
_getMost_backend_aptGetInstall libtorch-test

_getMost_backend_aptGetInstall python3-torch
_getMost_backend_aptGetInstall python3-torchaudio
_getMost_backend_aptGetInstall python3-torchtext
_getMost_backend_aptGetInstall python3-torchvision




Expand Down
15 changes: 14 additions & 1 deletion ubiquitous_bash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ _ub_cksum_special_derivativeScripts_contents() {
#export ub_setScriptChecksum_disable='true'
( [[ -e "$0".nck ]] || [[ "${BASH_SOURCE[0]}" != "${0}" ]] || [[ "$1" == '--profile' ]] || [[ "$1" == '--script' ]] || [[ "$1" == '--call' ]] || [[ "$1" == '--return' ]] || [[ "$1" == '--devenv' ]] || [[ "$1" == '--shell' ]] || [[ "$1" == '--bypass' ]] || [[ "$1" == '--parent' ]] || [[ "$1" == '--embed' ]] || [[ "$1" == '--compressed' ]] || [[ "$0" == "/bin/bash" ]] || [[ "$0" == "-bash" ]] || [[ "$0" == "/usr/bin/bash" ]] || [[ "$0" == "bash" ]] ) && export ub_setScriptChecksum_disable='true'
export ub_setScriptChecksum_header='2591634041'
export ub_setScriptChecksum_contents='2633005665'
export ub_setScriptChecksum_contents='318555785'

# CAUTION: Symlinks may cause problems. Disable this test for such cases if necessary.
# WARNING: Performance may be crucial here.
Expand Down Expand Up @@ -45774,6 +45774,19 @@ _create_ubDistBuild-rotten_install-core() {

_getMost_backend_aptGetInstall kruler




_getMost_backend_aptGetInstall git-lfs

_getMost_backend_aptGetInstall libtorch-dev
_getMost_backend_aptGetInstall libtorch-test

_getMost_backend_aptGetInstall python3-torch
_getMost_backend_aptGetInstall python3-torchaudio
_getMost_backend_aptGetInstall python3-torchtext
_getMost_backend_aptGetInstall python3-torchvision




Expand Down

0 comments on commit 9da8ca1

Please sign in to comment.