Skip to content

Commit

Permalink
Update lib/safetensors.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko authored Feb 22, 2024
1 parent 0945408 commit 77f89f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/safetensors.ex
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ defmodule Safetensors do
* `:lazy` - when `true`, instead of returning tensors, the function
returns lazy containers. Such a container can be converted to a
tensor using `Nx.to_tensor/1` and it is only at that point that
it is from the file. Defaults to `false`
it is read from the file. Defaults to `false`
"""
@spec read!(path :: Path.t(), keyword()) :: %{String.t() => Nx.LazyContainer.t()}
Expand Down

0 comments on commit 77f89f6

Please sign in to comment.