lukestanley commited on
Commit
ce18752
·
1 Parent(s): f84c1a6

Add clone example

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -48,6 +48,13 @@ Could Reddit, Twitter, Hacker News, or even YouTube comments be more calm and co
48
  ```
49
  These config options are not going to be optimal for a lot of setups, as it may not use GPU right away, but this can be configured with a different argument. Please check out https://llama-cpp-python.readthedocs.io/en/latest/ for more info.
50
 
 
 
 
 
 
 
 
51
  ### Usage
52
 
53
  ChillTranslator currently has an example spicy comment it works on fixing right away.
 
48
  ```
49
  These config options are not going to be optimal for a lot of setups, as it may not use GPU right away, but this can be configured with a different argument. Please check out https://llama-cpp-python.readthedocs.io/en/latest/ for more info.
50
 
51
+ 5. Get the code up:
52
+ ```
53
+ git clone https://github.com/lukestanley/ChillTranslator.git
54
+
55
+ cd ChillTranslator
56
+ ```
57
+
58
  ### Usage
59
 
60
  ChillTranslator currently has an example spicy comment it works on fixing right away.