Ethan Chang commited on
Commit
902a706
1 Parent(s): 3b63120

Update config.yml, revert device to cpu

Browse files
Files changed (1) hide show
  1. code/modules/config/config.yml +2 -2
code/modules/config/config.yml CHANGED
@@ -1,6 +1,6 @@
1
  log_dir: '../storage/logs' # str
2
  log_chunk_dir: '../storage/logs/chunks' # str
3
- device: 'cuda' # str [cuda, cpu]
4
 
5
  vectorstore:
6
  load_from_HF: True # bool
@@ -52,4 +52,4 @@ splitter_options:
52
  chunk_separators : ["\n\n", "\n", " ", ""] # list of strings
53
  front_chunks_to_remove : null # int or None
54
  last_chunks_to_remove : null # int or None
55
- delimiters_to_remove : ['\t', '\n', ' ', ' '] # list of strings
 
1
  log_dir: '../storage/logs' # str
2
  log_chunk_dir: '../storage/logs/chunks' # str
3
+ device: 'cpu' # str [cuda, cpu]
4
 
5
  vectorstore:
6
  load_from_HF: True # bool
 
52
  chunk_separators : ["\n\n", "\n", " ", ""] # list of strings
53
  front_chunks_to_remove : null # int or None
54
  last_chunks_to_remove : null # int or None
55
+ delimiters_to_remove : ['\t', '\n', ' ', ' '] # list of strings