Skip to content

Commit

Permalink
fix(example/gpt): add required-features, ref #79
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Aug 20, 2023
1 parent 19f6a40 commit c0831c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ codegen-units = 1
[package.metadata.docs.rs]
features = [ "half", "fetch-models", "copy-dylibs" ]

[[example]]
name = "gpt"
required-features = ["fetch-models"]

[features]
default = [ "half", "download-binaries", "copy-dylibs" ]

Expand Down

0 comments on commit c0831c7

Please sign in to comment.