server que consume cuda
This commit is contained in:
24
server_cuda/deps/safetensors/hex_metadata.config
Normal file
24
server_cuda/deps/safetensors/hex_metadata.config
Normal file
@ -0,0 +1,24 @@
|
||||
{<<"links">>,[{<<"GitHub">>,<<"https://github.com/elixir-nx/safetensors">>}]}.
|
||||
{<<"name">>,<<"safetensors">>}.
|
||||
{<<"version">>,<<"0.1.3">>}.
|
||||
{<<"description">>,<<"Safetensors implementation for Nx">>}.
|
||||
{<<"elixir">>,<<"~> 1.14">>}.
|
||||
{<<"app">>,<<"safetensors">>}.
|
||||
{<<"licenses">>,[<<"Apache-2.0">>]}.
|
||||
{<<"requirements">>,
|
||||
[[{<<"name">>,<<"jason">>},
|
||||
{<<"app">>,<<"jason">>},
|
||||
{<<"optional">>,false},
|
||||
{<<"requirement">>,<<"~> 1.4">>},
|
||||
{<<"repository">>,<<"hexpm">>}],
|
||||
[{<<"name">>,<<"nx">>},
|
||||
{<<"app">>,<<"nx">>},
|
||||
{<<"optional">>,false},
|
||||
{<<"requirement">>,<<"~> 0.5">>},
|
||||
{<<"repository">>,<<"hexpm">>}]]}.
|
||||
{<<"files">>,
|
||||
[<<"lib">>,<<"lib/safetensors.ex">>,<<"lib/safetensors">>,
|
||||
<<"lib/safetensors/file_tensor.ex">>,<<"lib/safetensors/shared.ex">>,
|
||||
<<".formatter.exs">>,<<"mix.exs">>,<<"README.md">>,<<"LICENSE">>,
|
||||
<<"CHANGELOG.md">>]}.
|
||||
{<<"build_tools">>,[<<"mix">>]}.
|
||||
Reference in New Issue
Block a user