Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion FlagEmbedding/LLARA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ It is known for the following features:

## Environment
```bash
conda create llara python=3.10
conda create -n llara python=3.10

conda activate llara

# You may need to adjust the cuda version
conda install pytorch pytorch-cuda=12.1 -c pytorch -c nvidia
pip install transformers==4.41.0 deepspeed accelerate datasets peft pandas
pip install flash-attn --no-build-isolation
pip install protobuf==4.25.1
pip install sentencepiece==0.1.99
```

## Model List
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Indexing"
"# Indexing Using Faiss"
]
},
{
Expand Down
Loading