2020-12-01 02:05:02 +08:00
|
|
|
{
|
|
|
|
"name": "flashlight-cuda",
|
2021-01-17 11:42:15 +08:00
|
|
|
"version-string": "20210111",
|
2020-12-01 02:05:02 +08:00
|
|
|
"description": "A C++ standalone library for machine learning. CUDA backend.",
|
2020-12-31 02:42:50 +08:00
|
|
|
"homepage": "https://github.com/facebookresearch/flashlight",
|
2020-12-01 02:05:02 +08:00
|
|
|
"supports": "!(windows | osx)",
|
|
|
|
"default-features": [
|
|
|
|
"fl"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"asr": {
|
|
|
|
"description": "flashlight asr app",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "flashlight-cuda",
|
|
|
|
"features": [
|
2020-12-31 02:42:50 +08:00
|
|
|
"fl",
|
|
|
|
"lib"
|
2020-12-01 02:05:02 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"gflags",
|
|
|
|
"libsndfile"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"fl": {
|
|
|
|
"description": "flashlight core autograd and neural net library",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "arrayfire",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"cuda"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"cereal",
|
|
|
|
"cuda",
|
|
|
|
"cudnn",
|
|
|
|
"nccl",
|
2020-12-05 08:41:12 +08:00
|
|
|
"openmpi",
|
|
|
|
"stb"
|
2020-12-01 02:05:02 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"imgclass": {
|
|
|
|
"description": "flashlight image classification app",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "flashlight-cuda",
|
|
|
|
"features": [
|
2020-12-31 02:42:50 +08:00
|
|
|
"fl",
|
|
|
|
"lib"
|
2020-12-01 02:05:02 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"gflags"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"lib": {
|
|
|
|
"description": "flashlight libraries",
|
|
|
|
"dependencies": [
|
|
|
|
"cub",
|
|
|
|
"fftw3",
|
|
|
|
"intel-mkl",
|
|
|
|
"kenlm"
|
|
|
|
]
|
2020-12-31 02:42:50 +08:00
|
|
|
},
|
|
|
|
"lm": {
|
|
|
|
"description": "flashlight lm app",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "flashlight-cuda",
|
|
|
|
"features": [
|
|
|
|
"fl",
|
|
|
|
"lib"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"gflags"
|
|
|
|
]
|
2020-12-01 02:05:02 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|