-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve README.md #28
Conversation
Sandbox Executions
Run `.trunk/trunk.yaml` through the sandbox.
|
Apply Sweep Rules to your PR?
|
The command: #1 [internal] load build definition from Dockerfile #2 [internal] load .dockerignore #3 [auth] library/python:pull token for registry-1.docker.io #4 [internal] load metadata for docker.io/library/python:3.10-slim #5 [internal] load build context #6 [base 1/1] FROM docker.io/library/python:3.10-slim@sha256:3c9182c6498d7de6044be04fb1785ba3a04f953d515d45e5007e8be1c15fdd34 #7 [python-deps 1/6] COPY Pipfile Pipfile.lock /app/ #8 [python-deps 2/6] WORKDIR /app #9 [python-deps 3/6] RUN pip install pipenv #10 [python-deps 4/6] RUN apt-get update && apt-get install -y --no-install-recommends gcc #11 [python-deps 5/6] COPY Pipfile.lock . #12 [python-deps 6/6] RUN PIPENV_VENV_IN_PROJECT=1 pipenv install --deploy #13 [runtime 1/3] COPY --from=python-deps /.venv /.venv
|
❌ Failed to make changes Please join our Discord to report this issue. |
merge to main |
🚀 Wrote ChangesI wasn't able to make changes. This could be due to an unclear request or a bug in my code. |
PR Feedback (click)
Description
This PR improves the README.md file by incorporating the requested changes. It adds references to the Garak library, provides CLI examples, explains how PullingAce differs from TextAttack, and details the features of generative models. Additionally, it updates the installation instructions to include cloning the repository and navigating to the root directory.
Summary of Changes
Please review and merge these changes. Thank you!
Fixes #26.
🎉 Latest improvements to Sweep:
rope
library to refactor Python! Check out Large Language Models are Bad at Refactoring Code. To have Sweep refactor your code, trysweep: Refactor <your_file>.py to be more modular
!💡 To get Sweep to edit this pull request, you can: