diff --git a/cpu/1.gif b/cpu/1.gif deleted file mode 100644 index 3311ddd..0000000 Binary files a/cpu/1.gif and /dev/null differ diff --git a/cpu/README.md b/cpu/README.md deleted file mode 100644 index 74c4b5e..0000000 --- a/cpu/README.md +++ /dev/null @@ -1,32 +0,0 @@ -## How to run Alpaca.cpp on your own MacBook? - - - -The steps are as follows: -``` -1 git clone https://github.com/antimatter15/alpaca.cpp - -2 cd alpaca.cpp - -3 make chat - -4 Download [ggml-alpaca-7b-q4.bin](https://huggingface.co/Sosaka/Alpaca-native-4bit-ggml/blob/main/ggml-alpaca-7b-q4.bin) and place it in the same folder as the chat executable in the file - -5 ./chat -``` - - -The gif below is not sped up and running on an M1 MacBook Pro. - - -![Alt Text](1.gif) - - -Here is the text version of the Q&A - -``` -> Tell me about alpacas. -Alpacas are small, domesticated animals related to camels and llamas. They live in herds on mountainous terrain throughout South America, Central Asia, and parts of the United States. Alpaca fiber is extremely soft and silky due to its fine micro-vibrations that reflect light differently than other animal fibers such as wool or cashmere. It has become increasingly popular in recent years for knitting and weaving projects because it's hypoallergenic, sustainable, and incredibly warm. Alpacas are also known to be very gentle creatures that can even live peacefully with other animals such as sheep or goats. -> Tell me about the president of Mexico in 2019. -In 2019, Andres Manuel Lopez Obrador was elected President of Mexico after winning a landslide victory with nearly two-thirds of the vote. He is known for his anti-corruption stance and has been credited with restoring public trust in government institutions since taking office last year. -``` diff --git a/cpu/readme2.md b/cpu/readme2.md deleted file mode 100644 index 2233aff..0000000 --- a/cpu/readme2.md +++ /dev/null @@ -1,43 +0,0 @@ -You can execute our model natively on your mac. Here we included detailed guidelines to facilitate implementation. - -### Step 1 - -Download xxx.bin(model link) - -### Step 2 - -Download a `.dmg` containing the latest version [👉 here 👈](https://llamachat.app/api/download). - -### Step 3 - -Configuration Model - -choose Alpaca - -截屏2023-04-24 20 10 52 - - -Name the model, choose an avatar, and select the appropriate format from the Format dropdown list: GGML format (.bin extension). - -Put the model you just downloaded and upload it. - -Set the model size to 7B - -截屏2023-04-24 20 12 00 - - -## Step 4 - -chat! - -截屏2023-04-24 20 59 03 - - -### Note - -1 The quantization of the local model is not very good, and it is necessary to set better parameters in order to generate valid results, because a lower precision is needed to run locally. - -2 Each query affects each other, so in order to improve the effect, you need to click the clear button after each query. - -截屏2023-04-24 20 39 03 -