Hi,
I'm trying to use Falcon-7B model, but it is returning some error.
I changed the code as following:
from ControlLM.falcon import get_model
model, tokenizer = get_model(model_name='tiiuae/falcon-7b')
Python 3.10.10
Torch == 2.2.1+cu121
Model used: tiiuae/falcon-7b
What other modifications should I used when I use Falcon models?
I'm getting the following error:

Hi,
I'm trying to use Falcon-7B model, but it is returning some error.
I changed the code as following:
What other modifications should I used when I use Falcon models?
I'm getting the following error: