diff --git a/README.md b/README.md index 1cedc0d9a..a2224923a 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Inference of Meta's [LLaMA](https://arxiv.org/abs/2302.13971) model (and others)
  • Interactive mode
  • Constrained output with grammars
  • Instruct mode
  • +
  • Numa
  • Obtaining and using the Facebook LLaMA 2 model
  • Seminal papers and background on the models
  • Perplexity (measuring model quality)
  • @@ -901,6 +902,19 @@ The majority (54%) are using public transit. This includes buses, trams and metr cadaver, cauliflower, cabbage (vegetable), catalpa (tree) and Cailleach. > ``` +#### Numa +-
    + Unix: + + - Fedora linux package: + ```bash + sudo dnf install numactl + ``` + - Debian or Ubuntu linux package: + ```bash + sudo apt install numactl + ``` +
    ### Obtaining and using the Facebook LLaMA 2 model