This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # For usage in terminal: | |
| # chmod +x generate-llms.sh | |
| # sudo mv generate-llms.sh /usr/local/bin/generate-llms | |
| # current directory: `generate-llms` | |
| # Specified directory: `generate-llms [dir_name]` | |
| # Function to print usage instructions | |
| print_usage() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # docs | |
| > Vivaria is [METR](https://metr.org)'s tool for running evaluations and conducting agent elicitation research. Vivaria is a web application with which users can interact using a web UI and a command-line interface. | |
| This documentation contains the following content: | |
| ## File: comparison-with-inspect.md | |
| # Comparison with Inspect |