Code Monkey home page Code Monkey logo

Comments (5)

aws-donkrets avatar aws-donkrets commented on June 23, 2024 1

Hi parth-chudasama, SDK releases > 2.14 offer support for llama2 models. Can you download one and let us know if that works for you. We plan to continue improving its accuracy and performance in subsequent releases.

from transformers-neuronx.

aws-rhsoln avatar aws-rhsoln commented on June 23, 2024

We are working on adding support for LLAMA in an upcoming release. Will update once we have it.

from transformers-neuronx.

romanserg avatar romanserg commented on June 23, 2024

Hi, I am trying to apply the current implementation of the class LlamaForSampling. I am trying this code:

model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_7b_700bt_preview")
save_pretrained_split(model, 'llama-split')
model_neuron = LlamaForSampling.from_pretrained('llama-split', batch_size=1, tp_degree=2, n_positions=256, amp='f32', unroll=None)
model_neuron.to_neuron()

and I am getting this error:

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In[22], line 1
----> 1 model_neuron.to_neuron()

File ~/anaconda3/envs/llm310/lib/python3.10/site-packages/transformers_neuronx/llama/model.py:76, in LlamaForSampling.to_neuron(self)
     73 new_layer.add_pre_mlp_layer_norm(layer.post_attention_layernorm.weight.detach(), None)
     75 # Note: Automatic MLP padding is safe since zeros are *only* introduced to intermediary state
---> 76 new_layer.add_parameter(mlp.gate_proj.weight.T, sharding=1, allow_pad=True)
     77 new_layer.add_parameter(mlp.up_proj.weight.T, sharding=1, allow_pad=True)
     78 new_layer.add_parameter(mlp.down_proj.weight.T, sharding=0, allow_pad=True)

File ~/anaconda3/envs/llm310/lib/python3.10/site-packages/torch/nn/modules/module.py:1269, in Module.__getattr__(self, name)
   1267     if name in modules:
   1268         return modules[name]
-> 1269 raise AttributeError("'{}' object has no attribute '{}'".format(
   1270     type(self).__name__, name))

AttributeError: 'DecoderLayer' object has no attribute 'add_parameter'

Do you have any ideas regarding this issue?

from transformers-neuronx.

AWSGH avatar AWSGH commented on June 23, 2024

Llama is still under dev, please follow progress here: https://github.com/aws-neuron/transformers-neuronx/tree/main/src/transformers_neuronx/llama

from transformers-neuronx.

mrnikwaws avatar mrnikwaws commented on June 23, 2024

Closing since LlamaV2 support has now been added

from transformers-neuronx.

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.