Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BFCL] I encountered a path problem when doing eval #703

Open
CostaliyA opened this issue Oct 16, 2024 · 2 comments
Open

[BFCL] I encountered a path problem when doing eval #703

CostaliyA opened this issue Oct 16, 2024 · 2 comments

Comments

@CostaliyA
Copy link

Thank you for your outstanding work!! When I ran the eval_checker.py, I encountered an error message: 'from bfcl.constant import (ModuleNotFoundError: No module named 'bfcl''. This can be done by modifying the root directory of the file.
import argparse import sys import os sys.path.append(r'/home/code/gorilla/berkeley-function-call-leaderboard')#Your Own Path

@HuanzhiMao
Copy link
Collaborator

@CostaliyA
Copy link
Author

I have made sure that I have executed pip install -e. In addition, this problem only occurs in eval_checker.py and not in the inference stage. It may be a local problem of mine. Thank you for your answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants