Skip to content

Commit

Permalink
"toolbox is under reconstruction"
Browse files Browse the repository at this point in the history
  • Loading branch information
olegklimov committed Sep 11, 2023
1 parent 22e8f9f commit fd775f8
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,7 @@ that you should be abloe to create a pull request for the main repository.

## Adding Toolbox Functions

Are you missing a function in the toolbox? It's easy to implement it yourself!

It's even possible without a GPU, clone this repo and install it like this:

```
SETUP_PACKAGE=refact_scratchpads_no_gpu pip install -e refact/
```

In this folder `refact_scratchpads_no_gpu/gpt_toolbox/toolbox_functions` there are some
functions implemented using OpenAI API. There you can add a new one by analogy, or even
make an existing function better.

Add your new function to `infserver_no_gpu.py` and `modelcap_records.py`.

To test your function, run `infserver_no_gpu` as in the previous section.


## Simplifying Toolbox (WORK IN PROGRESS)

1. Toolbox for models with GPU https://github.com/smallcloudai/refact/pull/33

2. Simplify functions list, so you don't have to touch `infserver_no_gpu.py` and `modelcap_records` (no PR yet)
UPDATE: toolbox is under reconstruction.


## Install Linguist
Expand Down

0 comments on commit fd775f8

Please sign in to comment.