Giter VIP home page Giter VIP logo

Comments (3)

lukechilds avatar lukechilds commented on July 28, 2024 1

@mberman84 can you try

zsh run-mac.sh --model 13b

from llama-gpt.

lityrdef avatar lityrdef commented on July 28, 2024

By GPT-4

The error messages you're seeing are coming from the zsh-syntax-highlighting plugin for Zsh, which is intended to provide syntax highlighting for your shell.

The error messages indicate that the -L option for the alias command and -m option for the unalias command are not recognized. These options are typically used in Bash, not Zsh.

This suggests that there might be a conflict between your Zsh configuration and the run-mac.sh script you're trying to run.

Here are a few things you can try to resolve these errors:

  1. Comment out or remove the lines in your .zshrc file that source the zsh-syntax-highlighting.zsh script, then open a new terminal window and try to run the script again.

  2. If you don't want to disable zsh-syntax-highlighting entirely, you can try to temporarily disable it in your current shell before running the script:

    unfunction zsh-syntax-highlighting
    ./run-mac.sh --model 13b
  3. If the above methods don't work, you might want to try running the script in a Bash shell instead of Zsh:

    bash run-mac.sh --model 13b

Remember to backup your .zshrc file before making any changes to it, so you can restore your original configuration if necessary.

from llama-gpt.

mberman84 avatar mberman84 commented on July 28, 2024

I tried removing all mention of zsh-syntax-highlighting and then started getting another error: /Users/matthewberman/.oh-my-zsh/oh-my-zsh.sh: line 23: autoload: command not found

from llama-gpt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.