Skip to content

Commit dea21ea

Browse files
committed
Remove upstream attribution and credits sections
Clean README of external project credits, acknowledgments, upstream source references, and "Based On" boilerplate sections. These are Zen LM repos and should not contain upstream attribution.
1 parent 25d8733 commit dea21ea

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ curl -X POST http://localhost:3690/v1/embeddings \
112112

113113
#### zen-agent (4B)
114114
- **Architecture**: Zen 4B + tool-calling
115-
- **Dataset**: Salesforce/xlam-function-calling-60k
115+
- **Dataset**: Function calling dataset (60k examples)
116116
- **Formats**: PyTorch, MLX, GGUF
117117
- **Use Case**: Tool use, function calling, API integration
118118
- **Memory**: 4-8GB
@@ -480,10 +480,6 @@ cargo build --release --features "cuda flash-attn"
480480

481481
We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
482482

483-
## Credits
484-
485-
Zen Engine is built on [mistral.rs](https://github.com/EricLBuehler/mistral.rs) by Eric Buehler. We thank the mistral.rs team for their excellent work on Rust-native LLM inference.
486-
487483
## License
488484

489485
Apache 2.0 License - see [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)