Skip to content

Conversation

claramoreirag
Copy link
Contributor

@claramoreirag claramoreirag commented Nov 26, 2024

LLMstudio Tracker Version 1.0.4 and Proxy version 1.0.3

What was done in this PR:

  • Adding a cli for llmstudio-tracker and llmstudio-proxy modules, so the servers can be started from the command line without llmstudio being installed (tracker only needs llmstudio-tracker, proxy only needs llmstudio-proxy)
  • Updated the dockerfiles for publishing images of the tracker and proxy to dockerhub

How it was tested:

  • installing the local version of the libraries and starting the servers
pip install -e ./LLMstudio/libs/tracker 
llmstudio-tracker server

#and
pip install -e ./LLMstudio/libs/proxy
llmstudio-proxy server

Additional notes:

  • Any breaking changes? No
  • Any new dependencies added? No
  • Any performance improvements? No

@claramoreirag claramoreirag self-assigned this Nov 26, 2024
@claramoreirag claramoreirag marked this pull request as ready for review November 26, 2024 18:26
@claramoreirag claramoreirag changed the title Feat/cli for tracker proxy Feat/cli for tracker and proxy modules Nov 26, 2024
@claramoreirag claramoreirag linked an issue Nov 27, 2024 that may be closed by this pull request
Base automatically changed from develop to main November 28, 2024 12:02
@claramoreirag claramoreirag changed the base branch from main to develop November 28, 2024 12:54
Signed-off-by: Clara Moreira Gadelho <56916880+claramoreirag@users.noreply.github.com>
@diogoncalves diogoncalves self-requested a review December 4, 2024 09:07
@diogoncalves diogoncalves merged commit f200734 into develop Dec 4, 2024
@diogoncalves diogoncalves deleted the feat/cli-for-tracker-proxy branch December 4, 2024 09:11
diogoncalves added a commit that referenced this pull request Dec 4, 2024
* Feat/cli for tracker and proxy modules (#184)

* feat: cli for tracker and proxy

* feat: update tracker dockerfile

* style: linting

* chore: bump versions

---------

Signed-off-by: Clara Moreira Gadelho <56916880+claramoreirag@users.noreply.github.com>

* [fix] bump prerelease version in pyproject.toml

* [fix] bump prerelease version in pyproject.toml

* ci: workflow for pushing alpha versions to dockerhub (#187)

Signed-off-by: Clara Moreira Gadelho <56916880+claramoreirag@users.noreply.github.com>

---------

Signed-off-by: Clara Moreira Gadelho <56916880+claramoreirag@users.noreply.github.com>
Co-authored-by: Clara Moreira Gadelho <56916880+claramoreirag@users.noreply.github.com>
Co-authored-by: GitHub Actions <actions@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FEAT: cli for tracker and proxy modules
2 participants