Skip to content
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

[pre-commit.ci] pre-commit suggestions #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.3.0
hooks:
- id: black
name: "Black: The uncompromising Python code formatter"
Expand All @@ -45,13 +45,13 @@ repos:
- "*.bib,*.ipynb"

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [ --py36-plus ]

- repo: https://github.com/PyCQA/bandit
rev: 1.7.6
rev: 1.7.8
hooks:
- id: bandit
language_version: python3
Expand Down
4 changes: 2 additions & 2 deletions about.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ At Lightning AI, I have been working on on a wide range of AI products and use-c
Some of my contributions include:

* Designed and developed the flagship image generation product using Stable Diffusion, [Muse](https://lightning.ai/pages/community/tutorial/deploy-diffusion-models/).
* Increased model serving throughput efficiency by more than *50%* by implementing dynamic batching.
* Designed and developed *[Chat with PDF](https://lightning.ai/lightning-ai/studios/document-chat-assistant-using-rag)*, a RAG application using Large Language Models (LLMs).
* Increased model serving throughput efficiency by more than *50%* by implementing dynamic batching.
* Designed and developed *[Chat with PDF](https://lightning.ai/lightning-ai/studios/document-chat-assistant-using-rag)*, a RAG application using Large Language Models (LLMs).
* Enabled LLM evaluation by integrating Eval-Harness framework and Stanford's HELM with [Lit-GPT](https://github.com/Lightning-AI/lit-gpt).


Expand Down
2 changes: 1 addition & 1 deletion theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ $body-color: white;
$link-color: #75AADB;

// Code blocks
$code-block-bg-alpha: -.8;
$code-block-bg-alpha: -.8;