Link remotely hosted LLAMA
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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