Mix.install([
{:ortex, github: "elixir-nx/ortex", ref: "9e384971d1904ba91e5bfa49594d742a1d06cb4c"},
{:tokenizers,
github: "elixir-nx/tokenizers", override: true, ref: "20295cfdf9b6342d723b405481791ec87afa203c"},
{:exla,
github: "elixir-nx/nx",
sparse: "exla",
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ elixir wtf.exs | |
2023-07-06 15:18:41.441580: I tensorflow/core/util/port.cc:104] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. | |
15:18:43.953 [info] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero | |
15:18:43.953 [info] XLA service 0x7f794042a100 initialized for platform CUDA (this does not guarantee that XLA will be used). Devices: | |
15:18:43.953 [info] StreamExecutor device (0): Tesla T4, Compute Capability 7.5 | |
15:18:43.953 [info] Using BFC allocator. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "displayset_1587045085669", | |
"name": "Example Displayset", | |
"layout": { | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"interval": null, | |
"reload": 360, |
NewerOlder