examples/careless.md
... ...
@@ -4,7 +4,7 @@ https://github.com/rs-station/careless-examples
4 4
5 5
Here we provide a sample bash script for running the examples accompanying the careless preprint.
6 6
7
-These examples have been tested against SBGrid careless release version 0.2.6.
7
+These examples have been tested against SBGrid careless release version 0.2.7.
8 8
9 9
10 10
**CUDA SDK is required**
... ...
@@ -47,7 +47,7 @@ export XLA_FLAGS=--xla_gpu_cuda_data_dir=${my_cuda_dir}
47 47
48 48
# Start SBGrid environment
49 49
source /programs/sbgrid.shrc
50
-
50
+export CARELESS_X=0.2.7
51 51
52 52
# Get 'careless' examples
53 53
curl -kLO https://github.com/rs-station/careless-examples/archive/main.zip