empirical-run / empirical

Test and evaluate LLMs and model configurations, across all the scenarios that matter for your application
https://docs.empirical.run
MIT License
146 stars 11 forks source link

Environment variables are not getting picked #121

Open vbansal2 opened 4 months ago

vbansal2 commented 4 months ago

Steps to reproduce

Error

❯ npx ../../packages/cli run --env-file '/Users/<user>/Desktop/Github/empirical/.env'

npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /Users/<user>/Desktop/packages/cli/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/Users/<user>/Desktop/packages/cli/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! A complete log of this run can be found in: /Users/<user>/.npm/_logs/2024-04-12T07_15_43_697Z-debug-0.log