Skip to content

Commit 42b6d88

Browse files
Update 04_install_python_dependencies_for_llama_cpp.md
Editorial fix.
1 parent 9296a99 commit 42b6d88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

content/learning-paths/servers-and-cloud-computing/arcee-foundation-model-on-aws/04_install_python_dependencies_for_llama_cpp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ After the installation completes, your virtual environment includes:
7272
- **NumPy**: for numerical computations and array operations
7373
- **Requests**: for HTTP operations and API calls
7474
- **Other dependencies**: additional packages required by llama.cpp's Python bindings and utilities
75-
Your environment is now ready to run Python scripts that integrate with the compiled Llama.cpp binaries
75+
76+
Your environment is now ready to run Python scripts that integrate with the compiled Llama.cpp binaries.
7677

7778
{{< notice Tip >}}
7879
Before running any Python commands, make sure your virtual environment is activated. {{< /notice >}}

0 commit comments

Comments
 (0)