Lichang-Chen / InstructZero

Official Implementation of InstructZero; the first framework to optimize bad prompts of ChatGPT(API LLMs) and finally obtain good prompts!

Home Page:https://lichang-chen.github.io/InstructZero/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import name error

SolarWindRider opened this issue · comments

Traceback (most recent call last):
File "/content/InstructZero/InstructZero/experiments/run_instructzero.py", line 5, in
from automatic_prompt_engineer import ape, data
File "/usr/local/lib/python3.10/dist-packages/automatic_prompt_engineer-0.1-py3.10.egg/automatic_prompt_engineer/ape.py", line 2, in
from automatic_prompt_engineering import generate, evaluate, config, template, data, llm
ModuleNotFoundError: No module named 'automatic_prompt_engineering'

automatic_prompt_engineering should rename as automatic_prompt_engineering

Thanks for your question. Please refer to out lastest version!