forked from hasktorch/hasktorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack.yaml
61 lines (53 loc) · 1.97 KB
/
stack.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
resolver: nightly-2022-10-11
#compiler: ghc-8.10.7
packages:
- codegen
- libtorch-ffi
- libtorch-ffi-helper
- hasktorch
- examples
- examples/model-serving
- experimental/bounding-box
- experimental/dataloader-cifar10
# - experimental/gradually-typed
- experimental/untyped-nlp
extra-include-dirs:
- deps/libtorch/include/torch/csrc/api/include
- deps/libtorch/include
extra-lib-dirs:
- deps/libtorch/lib
- deps/mklml/lib
- deps/libtokenizers/lib
extra-deps:
- datasets-0.4.0@sha256:9bfd5b54c6c5e1e72384a890cf29bf85a02007e0a31c98753f7d225be3c7fa6a,4929
- require-0.4.10@sha256:41b096daaca0d6be49239add1149af9f34c84640d09a7ffa9b45c55f089b5dac,3759
- indexed-extras-0.2@sha256:e7e498023e33016fe45467dfee3c1379862e7e6654a806a965958fa1adc00304,1349
- normaldistribution-1.1.0.3@sha256:2615b784c4112cbf6ffa0e2b55b76790290a9b9dff18a05d8c89aa374b213477,2160
- term-rewriting-0.4.0.2@sha256:5412f6aa29c5756634ee30e8df923c83ab9f012a4b8797c460af3d7078466764,2740
- git: https://github.com/hasktorch/tintin
commit: 0d5afba586da01e0a54e598745676c5c56189178
- git: https://github.com/hasktorch/tokenizers
commit: 9d25f0ba303193e97f8b22b9c93cbc84725886c3
subdirs:
- bindings/haskell/tokenizers-haskell
- git: https://github.com/hasktorch/typelevel-rewrite-rules
commit: 4176e10d4de2d1310506c0fcf6a74956d81d59b6
- git: https://github.com/hasktorch/type-errors-pretty
commit: 32d7abec6a21c42a5f960d7f4133d604e8be79ec
- union-find-array-0.1.0.3@sha256:242e066ec516d61f262947e5794edc7bbc11fd538a0415c03ac0c01b028cfa8a,1372
- clay-0.14.0@sha256:382eced24317f9ed0f7a0a4789cdfc6fc8dd32895cdb0c4ea50a1613bee08af3,2128
- git: https://github.com/fpco/inline-c
commit: 2d0fe9b2f0aa0e1aefc7bfed95a501e59486afb0
subdirs:
- inline-c
- git: https://github.com/fpco/inline-c
commit: 2d0fe9b2f0aa0e1aefc7bfed95a501e59486afb0
subdirs:
- inline-c-cpp
allow-newer: true
nix:
shell-file: nix/stack-shell.nix
pure: false
# ghc-options:
# libtorch-ffi: -j +RTS -A128m -n2m -RTS
# hasktorch: -j +RTS -A128m -n2m -RTS