Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-fast-track committed Oct 27, 2021
1 parent 30be63e commit 835d2c7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion icevision_install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# target can be: cuda11, cuda10, cpu
# Pick your installation target: cuda11 or cuda10 or cpu
# Pick icevision version: if empty, the PyPi release version will be chosen. If you pass `master`, the GitHub master version will be chosen

# Examples
## Install cuda11 and icevsision master version
# !bash icevision_install.sh cuda11 master

## Install cpu and icevsision PyPi version
# !bash icevision_install.sh cpu

target="${1}"
case ${target} in
Expand Down

0 comments on commit 835d2c7

Please sign in to comment.