leftmove / leftmove/cria

Link remotely hosted LLAMA

Open
#5 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
119
Forks
5
PR merge metrics
No merged PRs in 30d

Description

If my llama3:8b is hosted on remote server somewhere in AWS cloud, how do I pass it in to this?

cria.Cria(
    model: Optional[str] = 'llama3:8b',
    standalone: Optional[bool] = False,
    run_subprocess: Optional[bool] = False,
    capture_output: Optional[bool] = False,
    allow_interruption: Optional[bool] = True,
    silence_output: Optional[bool] = False,
    close_on_exit: Optional[bool] = True,
) -> None

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the cria.Cria constructor shown in the issue and trace how its model argument is used to launch or connect to Ollama. Check the repository for configuration or connection tests before deciding how remote AWS-hosted models are represented. Done should be a documented, tested way to use a remotely hosted model, but the issue does not specify the expected interface.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, ollama, python
Domain
backend, cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.