ppbrown commited on
Commit
0ccea15
1 Parent(s): fc81a95

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -23,6 +23,9 @@ You will need to rename or copy appropriate files for this as mentioned below
23
  Run the script. It will ask you for two text strings.
24
  Once you enter both, it will plot the graph and display it for you
25
 
 
 
 
26
  ### embeddings.safetensors
27
 
28
  You can either copy one of the provided files, or generate your own.
 
23
  Run the script. It will ask you for two text strings.
24
  Once you enter both, it will plot the graph and display it for you
25
 
26
+ Note that this tool does not require any of the other files; just that you
27
+ have the requisite python modules installed. (pip install -r requirements.txt)
28
+
29
  ### embeddings.safetensors
30
 
31
  You can either copy one of the provided files, or generate your own.