"vscode:/vscode.git/clone" did not exist on "35f117702b83267d5c09bc044241870968e07967"
Unverified Commit 693d256e authored by Pasquale Minervini's avatar Pasquale Minervini Committed by GitHub
Browse files

Update setup.py

Running `main.py` yields the following:

```
ImportError: This modeling file requires the following packages that were not found in your environment: einops. Run `pip install einops`
```

This commit should fix this.
parent df3da98c
...@@ -26,6 +26,7 @@ setuptools.setup( ...@@ -26,6 +26,7 @@ setuptools.setup(
python_requires=">=3.9", python_requires=">=3.9",
install_requires=[ install_requires=[
"datasets>=2.0.0", "datasets>=2.0.0",
"einops",
"jsonlines", "jsonlines",
"numexpr", "numexpr",
"openai>=0.6.4", "openai>=0.6.4",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment