Cargo Features
beet_ml has no features set by default.
[dependencies]
beet_ml = { version = "0.0.5", features = ["cuda", "candle", "spatial", "bevy_default"] }
- cuda
-
requires cuda to be installed https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=24.04&target_type=deb_local
Enables cuda of candle-transformers
- candle
-
Enables candle-core, candle-nn, candle-transformers, and tokenizers ^0.19.1
candle-core:
💡 huggingface
- spatial
-
Enables beet_spatial
Affects
bert::sentence_steer_target
… - bevy_default
-
Enables bevy
Affects
beet_ml::frozen_lake
,beet_ml::rl
,beet_ml::rl_realtime
…