Added license and authorship.

This commit is contained in:
Carlos Bazaga
2025-09-01 02:35:33 +02:00
parent 86ae3b9a1e
commit f10c9de5d4
2 changed files with 24 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
# Python C Extension code generator
Written by Carlos Bazaga [@carbaz] based on the work of Ed Donner [@ed-donner]
under the MIT License.
This folder contains a Jupyter notebook that demonstrates how to use a Frontier model
to generate high-performance Python C extension code from Python code.