Coder Social home page Coder Social logo

auto-vicuna's People

Contributors

billschumacher avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

auto-vicuna's Issues

NotImplementedError: Cannot copy out of meta tensor; no data!

Hi, I am trying to follow the notebook InteractiveManual.ipynb

I have downloaded both llama-13b-hf and vicuna-13b-delta-v1.1 locally.
I am using fschat-0.2.11 and transformers-4.28.1
GPU 2*48GB VRAM

While running this,

convert_llama_names("./decapoda-research/llama-13b-hf") !python -m fastchat.model.apply_delta --base ./decapoda-research/llama-13b-hf --target ./lmsys/vicuna-13b --delta ./lmsys/vicuna-13b-delta-v1.1

I am getting the following error while Loading checkpoint shards:
NotImplementedError: Cannot copy out of meta tensor; no data!

Any idea why this is happening?
Thanks for reading this.

Is this ready?

Can I run this with AutoGPT that uses Vicuna and can browse the web?

The Colab Script need update

First of all, thank you for your work. However, I encountered some errors when using the colab jupyter script. It might be that you have not updated the script. Could you please update the latest script if it is convenient for you?

__main__.py

on the file main.py they ask for device, conversation_from_template("vicuna_v1.1"),
in fastchat.conversation.py you find this

default_conversation = conv_v1_2
conv_templates = {
"v1": conv_v1_2,
"bair_v1": conv_bair_v1,
}

main.py (row 90)
search for device, conversation_from_template("vicuna_v1.1"),
change from "vicuna_v1.1" to "v1"
its looks like device, conversation_from_template("v1"),

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.