8 lines
201 B
Bash
Executable File
8 lines
201 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#cp baseline_files/ds_prompt.txt .
|
|
cp baseline_files/feedback_words.json .
|
|
cp baseline_files/historic_prompts.json .
|
|
cp baseline_files/pool_prompts.json .
|
|
cp baseline_files/settings.cfg .
|