mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
Update README.md
This commit is contained in:
parent
7dca520d71
commit
035ac8af41
1 changed files with 1 additions and 9 deletions
|
@ -10,12 +10,6 @@
|
||||||
- Llama Stack server running on `http://localhost:8321/`
|
- Llama Stack server running on `http://localhost:8321/`
|
||||||
- Ollama or compatible model server
|
- Ollama or compatible model server
|
||||||
|
|
||||||
### Required Python Packages
|
|
||||||
```bash
|
|
||||||
pip install llama-stack-client langchain langchain-core langchain-community
|
|
||||||
pip install beautifulsoup4 markdownify readability-lxml requests
|
|
||||||
```
|
|
||||||
|
|
||||||
### Environment Setup
|
### Environment Setup
|
||||||
```bash
|
```bash
|
||||||
# Create and activate virtual environment
|
# Create and activate virtual environment
|
||||||
|
@ -50,11 +44,9 @@ llama stack run your-config --port 8321
|
||||||
|
|
||||||
### How to Run
|
### How to Run
|
||||||
```bash
|
```bash
|
||||||
# Activate environment
|
|
||||||
source llama-env-py312/bin/activate
|
|
||||||
|
|
||||||
# Run the interactive CLI
|
# Run the interactive CLI
|
||||||
cd /langchain_llamastack
|
cd /docs/notebooks/langchain/
|
||||||
python langchain-llama-stack.py
|
python langchain-llama-stack.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue