Skip to content

Commit

Permalink
Merge branch 'dev' into stats
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya52 authored Dec 7, 2023
2 parents ba03de1 + 846763e commit 5136acd
Show file tree
Hide file tree
Showing 35 changed files with 205 additions and 1,645 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ separate terminals.
```commandline
python -m self_hosting_machinery.webgui.webgui
DEBUG=1 python -m self_hosting_machinery.inference.inference_worker --model wizardlm/7b
DEBUG=1 python -m refact_scratchpads_no_gpu.infserver_no_gpu longthink/stable --openai_key sk-XXXYYY
```

That should be enough to get started!
Expand Down
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ ENV PATH="${PATH}:/tmp/linguist/bin"

RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y python3-packaging

# refact lsp requisites
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
ENV PATH="${PATH}:/root/.cargo/bin"
RUN git clone https://github.com/smallcloudai/refact-lsp.git /tmp/refact-lsp \
&& cd /tmp/refact-lsp \
&& cargo install --path . \
&& rm -rf /tmp/refact-lsp

ENV INSTALL_OPTIONAL=TRUE
ENV BUILD_CUDA_EXT=1
ENV GITHUB_ACTIONS=true
Expand Down
Empty file.
46 changes: 0 additions & 46 deletions refact_scratchpads_no_gpu/async_scratchpad/ascratch.py

This file was deleted.

2 changes: 0 additions & 2 deletions refact_scratchpads_no_gpu/gpt_toolbox/__init__.py

This file was deleted.

161 changes: 0 additions & 161 deletions refact_scratchpads_no_gpu/gpt_toolbox/gpt_chat_spad.py

This file was deleted.

Loading

0 comments on commit 5136acd

Please sign in to comment.