MaziyarPanahi commited on
Commit
2650063
1 Parent(s): 27e9525
Files changed (1) hide show
  1. README.md +46 -1
README.md CHANGED
@@ -28,10 +28,55 @@ in progress ...
28
 
29
  `llama_load_model_from_file` will detect the number of files and will load additional tensors from the rest of files.
30
 
 
 
31
  ```
32
- main --model Mixtral-8x22B-v0.1.fp16-00001-of-00005.gguf -ngl 64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ```
34
 
 
 
35
 
36
 
37
  ## Credit
 
28
 
29
  `llama_load_model_from_file` will detect the number of files and will load additional tensors from the rest of files.
30
 
31
+ ```sh
32
+ llama.cpp/main -m Mixtral-8x22B-v0.1.Q2_K-00001-of-00005.gguf -p "Building a website can be done in 10 simple steps:\nStep 1:" -n 1024 -e
33
  ```
34
+
35
+ The output from `Q2_K` quantized model:
36
+
37
+ ```
38
+ system_info: n_threads = 64 / 128 | AVX = 1 | AVX_VNNI = 0 | AVX2 = 1 | AVX512 = 0 | AVX512_VBMI = 0 | AVX512_VNNI = 0 | FMA = 1 | NEON = 0 | ARM_FMA = 0 | F16C = 1 | FP16_VA = 0 | WASM_SIMD = 0 | BLAS = 0 | SSE3 = 1 | SSSE3 = 1 | VSX = 0 | MATMUL_INT8 = 0 |
39
+ sampling:
40
+ repeat_last_n = 64, repeat_penalty = 1.000, frequency_penalty = 0.000, presence_penalty = 0.000
41
+ top_k = 40, tfs_z = 1.000, top_p = 0.950, min_p = 0.050, typical_p = 1.000, temp = 0.800
42
+ mirostat = 0, mirostat_lr = 0.100, mirostat_ent = 5.000
43
+ sampling order:
44
+ CFG -> Penalties -> top_k -> tfs_z -> typical_p -> top_p -> min_p -> temperature
45
+ generate: n_ctx = 512, n_batch = 2048, n_predict = 1024, n_keep = 1
46
+
47
+
48
+ Building a website can be done in 10 simple steps:
49
+ Step 1: Pick a domain name
50
+ The domain name is your address on the Internet. It’s what people type into the browser to get to your website. It’s important to pick a domain name that is easy to remember and relates to your business. For example, if you were a plumber, you could register a domain like fixitplumbing.com. You can check the availability of a domain name with the WHOIS lookup tool. If your domain is available, you can register it at a domain registrar like GoDaddy.com or Domain.com.
51
+ Step 2: Sign up for a web hosting account
52
+ Web hosting is the service that stores your website files and makes them available to people on the Internet. It’s important to pick a web hosting provider that is reliable and has good customer service. Some popular web hosting providers include Bluehost, Hostgator, and Dreamhost.
53
+ Step 3: Create a website template
54
+ A website template is a pre-designed website that you can use as a starting point for your own website. There are many free website templates available online. Once you’ve found a template you like, you can download it and start customizing it to fit your needs.
55
+ Step 4: Add your content
56
+ Once you’ve chosen a template, you’ll need to add your own content to it. This includes things like your company logo, contact information, and text about your business. You can also add photos and videos to make your website more engaging.
57
+ Step 5: Test your website
58
+ Before you make your website live, it’s important to test it out. This includes checking for broken links, typos, and making sure that all of your content is correct. You can also ask friends or family to test your website and give you feedback.
59
+ Step 6: Launch your website
60
+ Once you’re happy with your website, you can make it live on the Internet. This process is called “launching” your website. You’ll need to upload your website files to your web hosting account and then point your domain name to your hosting account. Once you’ve done this, your website will be available to people on the Internet.
61
+ Step 7: Promote your website
62
+ Just because you’ve built a website doesn’t mean people will automatically find it. You need to promote your website to get people to visit it. This includes things like search engine optimization (SEO) and social media marketing.
63
+ Step 8: Track your website’s progress
64
+ Once you’ve built your website, you need to track its progress. This includes things like traffic, search engine rankings, and conversion rates. By tracking your website’s progress, you can make sure that it’s working properly and that people are finding it.
65
+ Step 9: Keep your website up-to-date
66
+ Just because you’ve built your website doesn’t mean you’re done. You need to keep your website up-to-date by adding new content and fixing any errors that occur. By keeping your website up-to-date, you can make sure that it’s always available to people on the Internet.
67
+ Step 10: Repeat steps 1-10
68
+
69
+ Once you’ve built your website, you need to promote it so that people can find it. You can do this by adding your website to search engines, directories, and social media sites. You can also promote your website by word-of-mouth and by giving people your business card.
70
+
71
+ Once you’ve promoted your website, you need to keep track of how it’s doing. You can do this by using website analytics tools. These tools will help you see how many people are visiting your website, where they’re coming from, and what they’re doing on your site.
72
+
73
+ If you want to keep your website up-to-date, you need to add new content on a regular basis. You can do this by writing blog posts, creating infographics, or recording videos. You can also add new content by updating your website’s design and by adding new features.
74
+
75
+ By following these steps, you can build a website that’s available to people on the Internet. You can also keep your website
76
  ```
77
 
78
+ Since this appears to be a base model, it will keep on generating.
79
+
80
 
81
 
82
  ## Credit