ybelkada commited on
Commit
1e47734
1 Parent(s): 95ad535

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -6,6 +6,7 @@ language:
6
  - pt
7
  tags:
8
  - falcon3
 
9
  ---
10
 
11
  # Falcon3-10B-Instruct-GGUF
@@ -40,7 +41,8 @@ This gives you the most flexibility and control. Follow the instructions in the
40
  ```bash
41
  git clone https://github.com/ggerganov/llama.cpp
42
  cd llama.cpp
43
- make
 
44
  ```
45
  For more information about how to build llama.cpp from source please refere to llama.cpp documentation on how to build from source: **[llama.cpp build from source](https://github.com/ggerganov/llama.cpp/blob/master/docs/build.md)**.
46
 
 
6
  - pt
7
  tags:
8
  - falcon3
9
+ base_model: tiiuae/Falcon3-10B-Instruct
10
  ---
11
 
12
  # Falcon3-10B-Instruct-GGUF
 
41
  ```bash
42
  git clone https://github.com/ggerganov/llama.cpp
43
  cd llama.cpp
44
+ cmake -B build
45
+ cmake --build build --config Release
46
  ```
47
  For more information about how to build llama.cpp from source please refere to llama.cpp documentation on how to build from source: **[llama.cpp build from source](https://github.com/ggerganov/llama.cpp/blob/master/docs/build.md)**.
48