-
Notifications
You must be signed in to change notification settings - Fork 7
Moving all scripts to git #957
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
Conversation
|
I added a README.md and added/modified the documentation in each of the scripts @shahdyousefak I didn't review your abstraction into env files, but I assume we'll quickly see if all that works once deployed, and these are not showstoppers since they are only support scripts, so I'm not too worried. @shahdyousefak Is the take that we get this merged, then update unicorn and pegasus manually to switch over to these? (update cron path, links in @JRegimbal assigining to you for a brief look since you created many of these scripts. The bar for these is lower than for code meant for production. |
…and the orchestrator (#945) * adding healthchecks to preprocessors * Adding healthchecks to orchestartor, fixing casing * correcting orchestrator, nominatim healthchecks. Adding services healthchecks * healthcheck for tat service * fixing casing * Adding healthchecks to all the handlers * fixing pep8 * fixing failed tests * fixing context for dockerfile - tat service * harmonizing healthchecks (1) * harmonizing healthchecks (2) * Remove mistakenly committed file * standardize healthcheck output * adding || break so that the script exits the loop if nc fails * adding a break to supercollider-alpine healthcheck * investigating build failure
* initial checkin of text-followup preprocessor * switched prompt to JSON outout, about to update parsing and verification * first mostly working version; need to remove debug lines * first mostly working version; need to remove debug lines * update prompt, pii debug logging, error handling, build, docker-compose * workflow add for text-followup * flake8 * Moving the healthchecks out of test-docker-compose.yml * Add "Built with Llama" to README * Add Built with Llama to README * formatting in README * docker-compose.yml memcached restart: unless-stopped * Update schemas to resolve #940. * Add Built with Llama to README * formatting in README * readme update for prompt override example * add text-followup preprocessor to build.yml * add PII logging to test-docker-compose * reorg Dockerfile, adding healthcheck --------- Co-authored-by: Shahd Yousef <[email protected]> Co-authored-by: Juliette Regimbal <[email protected]>
This is likely to occur when dealing with non-photo data, as is required to resolve #939.
#955) * Introduce prompt override via env variable to content-categoriser and graphic-caption preprocessors; minor edits to resolve deprecations * pep8
Please ensure you've followed the checklist and provide all the required information before requesting a review.
If you do not have everything applicable to your PR, it will not be reviewed!
If you don't know what something is or if it applies to you, ask!
Don't delete below this line.
Required Information
Coding/Commit Requirements
New Component Checklist (mandatory for new microservices)
docker-compose.ymlandbuild.yml..github/workflows.README.mdfile that describes what the component does and what it depends on (other microservices, ML models, etc.).OR