zeno-ml / zeno-build

Build, evaluate, understand, and fix LLM-based apps
MIT License
482 stars 33 forks source link

fix: relative imports for examples and init.py for tokenization #154

Closed Sparkier closed 1 year ago

Sparkier commented 1 year ago

Fix Examples

Description

When running the example, the python imports were not working correctly. This has been fixed by changing imports within one example to be relative and adding a init.py to the tokenization module.