๐Ÿ”ฌ
Vigil: Documentation
GitHub Repo
  • ๐Ÿ›ก๏ธVigil
  • Overview
    • ๐Ÿ—๏ธRelease Blog
    • ๐Ÿ› ๏ธInstall Vigil
      • ๐Ÿ”ฅInstall PyTorch (optional)
    • ๐ŸงชUse Vigil
      • โš™๏ธConfiguration
        • ๐Ÿ”„Auto-updating vector database
      • ๐Ÿ—„๏ธLoad Datasets
      • ๐ŸŒWeb server
        • ๐ŸคAPI Endpoints
        • ๐ŸชWeb UI playground
      • ๐ŸPython library
      • ๐ŸŽฏScanners
        • ๐Ÿค—Transformer
        • โ•YARA / Heuristics
        • ๐Ÿ“‘Prompt-response Similarity
        • ๐Ÿ’พVector database
        • ๐ŸคCanary Tokens
    • ๐Ÿ›ก๏ธCustomize Detections
      • ๐ŸŒŸAdd custom YARA signatures
      • ๐Ÿ”ขAdd embeddings
      • ๐ŸCustom scanners
    • ๐Ÿช„Sample scan results
Powered by GitBook
On this page
  1. Overview
  2. Install Vigil

Install PyTorch (optional)

PreviousInstall VigilNextUse Vigil

Last updated 1 year ago

Install PyTorch (optional)

PyTorch is required to run the transformer scanner.

If you do not install PyTorch, remove the transformer scanner from input_scanners field of the configuration file.

Use the to enter your system details and get the proper download link or for a quick start using CPU only, you can run:

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
๐Ÿ› ๏ธ
๐Ÿ”ฅ
selector on Pytorch's website