TheBloke commited on
Commit
a91c092
1 Parent(s): 95cafa3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -12
README.md CHANGED
@@ -63,19 +63,10 @@ Currently they can be used with:
63
 
64
  As other options become available I will endeavour to update them here (do let me know in the Community tab if I've missed something!)
65
 
66
- ## How to build, and an example of using the ggml `mpt` binary (command line only):
67
 
68
- ```
69
- git clone https://github.com/ggerganov/ggml
70
- cd ggml
71
- mkdir build
72
- cd build
73
- cmake ..
74
- cmake --build . --config Release
75
- bin/mpt -m /path/to/mpt-7b.ggmlv3.q4_0.bin -t 8 -n 512 -p "Write a story about llamas"
76
- ```
77
-
78
- Please see the ggml repo for other build options.
79
 
80
  <!-- footer start -->
81
  ## Discord
 
63
 
64
  As other options become available I will endeavour to update them here (do let me know in the Community tab if I've missed something!)
65
 
66
+ ## Tutorial for using GPT4All-UI
67
 
68
+ * [Text tutorial, written by **Lucas3DCG**](https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML/discussions/2#6475d914e9b57ce0caa68888)
69
+ * [Video tutorial, by GPT4All-UI's author **ParisNeo**](https://www.youtube.com/watch?v=ds_U0TDzbzI)
 
 
 
 
 
 
 
 
 
70
 
71
  <!-- footer start -->
72
  ## Discord