docs.rs failed to build pmetal-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
PMetal
High-performance LLM fine-tuning framework for Apple Silicon.
This crate re-exports the PMetal sub-crates behind feature flags for convenient single-dependency usage:
[]
= "0.1" # default features: core, gguf, metal, hub, mlx, models, lora, trainer
= { = "0.1", = ["full"] } # everything
Feature Flags
| Feature | Crate | Default |
|---|---|---|
core |
[pmetal-core] |
yes |
gguf |
[pmetal-gguf] |
yes |
metal |
[pmetal-metal] |
yes |
hub |
[pmetal-hub] |
yes |
mlx |
[pmetal-mlx] |
yes |
models |
[pmetal-models] |
yes |
lora |
[pmetal-lora] |
yes |
trainer |
[pmetal-trainer] |
yes |
data |
[pmetal-data] |
no |
distill |
[pmetal-distill] |
no |
merge |
[pmetal-merge] |
no |
vocoder |
[pmetal-vocoder] |
no |
distributed |
[pmetal-distributed] |
no |
mhc |
[pmetal-mhc] |
no |
full |
all of the above | no |