tiny-llm
tiny-llm copied to clipboard
fix: Add PYTHONPATH configuration to PDM scripts for module imports
Fixes issue where pdm run main --solution ref --loader week1 would fail with "ModuleNotFoundError: No module named 'tiny_llm_ref'"
hmm.. interesting, pdm works out of box for me?
Is there anything special wrt your setup?
hmm.. interesting, pdm works out of box for me?
Is there anything special wrt your setup?
Nothing speical, I guess. I just followed the doc step by step to set up my environment and encountered this error.
Feel free to close it if it's unnecessary.
Same issue and worked by this fix