Skip to content

Commit 545e858

Browse files
Merge pull request #5 from asappresearch/remove_bits_and_bytes
Remove bits and bytes
2 parents 4179fcb + e05d8ec commit 545e858

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ This repo runs JOSH, the ToolWOZ, and τ-bench dataset. This repo also contains
1111
## Setup
1212
1. Run the following in a new env
1313
```
14+
pip install josh-train
15+
```
16+
or
17+
```
1418
pip install -e .
1519
```
16-
2. Unzip the ```dataset.zip``` file in the ```data``` folder
20+
1. Unzip the ```dataset.zip``` file in the ```data``` folder
1721

18-
3. Set up your openai credentials
22+
2. Set up your openai credentials
1923
```
2024
export OPENAI_API_KEY= # api_key
2125
export OPENAI_ORGANIZATION= # api_org

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ pyyaml
66
datasets
77
accelerate
88
transformers
9-
bitsandbytes
109
numpy
1110
pandas
1211
trl

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_requires(requires_filename: str) -> List[str]:
2525
install_requires=get_requires("requirements.txt"),
2626
include_package_data=True,
2727
setup_requires=["setuptools_scm"],
28-
version="0.1.0",
28+
version="0.1.1",
2929
classifiers=[
3030
"Programming Language :: Python :: 3",
3131
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)