You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-2Lines changed: 41 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,47 @@ To better understand the data received during execution, logging statements have
101
101
### Issue Resolution
102
102
An issue was identified where an invalid character in the JSON payload caused errors during execution. This was resolved by properly escaping newline characters in the payload. The application is now functioning correctly, and responses are generated as expected.
103
103
104
+
## Installation Instructions
105
+
106
+
To set up the Llama C++ Terminal Application, follow these steps:
107
+
108
+
### Prerequisites
109
+
- Ensure you have the necessary build tools installed, such as CMake and Make.
0 commit comments