Skip to content

Commit

Permalink
Fix LM Studio spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan committed Oct 21, 2024
1 parent 2b803c3 commit 3f97399
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ Project History
---------------

The initial (and ongoing) development of the `venvstacks` project is being funded
by [LMStudio](https://lmstudio.ai/), where it serves as the foundation of
LMStudio's support for local execution of Python AI frameworks such as
by [LM Studio](https://lmstudio.ai/), where it serves as the foundation of
LM Studio's support for local execution of Python AI frameworks such as
[Apple's MLX](https://lmstudio.ai/blog/lmstudio-v0.3.4).

The use of "🐸" (frog) and "🦎" (newts are often mistaken for lizards and
vice-versa!) as the Unicode support test characters is a reference to the
internal LMStudio project that initially built and continues to maintain
internal LM Studio project that initially built and continues to maintain
`venvstacks`: Project Amphibian.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{name = "Alyssa Coghlan", email = "[email protected]"},
]
maintainers = [
{name = "LMStudio", email = "[email protected]"},
{name = "LM Studio", email = "[email protected]"},
]

dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion tests/sample_project/venvstacks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# Each layer definition may include a `platforms` list that specifies which platforms the
# layer should be built for. This is intended for use when particular frameworks only
# support a subset of an overall applications target platforms (for example, LMStudio
# support a subset of an overall applications target platforms (for example, LM Studio
# supports MLX, but only on macOS with Apple silicon).
#
# Permitted entries in the `platforms` list are:
Expand Down

0 comments on commit 3f97399

Please sign in to comment.