mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-21 15:34:18 +00:00
Add XLA_FLAGS
launch envvar
This commit is contained in:
parent
c5b487f350
commit
b19073109c
1 changed files with 1 additions and 0 deletions
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
|
@ -13,6 +13,7 @@
|
|||
"env": {
|
||||
"NLTK_DATA": "./data/nltk",
|
||||
"DATA_SET_SIZE": "250",
|
||||
"XLA_FLAGS": "--xla_gpu_cuda_data_dir=/opt/cuda"
|
||||
},
|
||||
"cwd": "${workspaceFolder}",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue