`tiiuae/falcon-7b-instruct` is acting weird
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 39.5k
- Forks
- 4.8k
- PR merge metrics
- No merged PRs in 30d
Description
Hi guys, I'm trying to use `falcon-7b-instruct` (using the main branch with the latest changes), however I'm experiencing some weird behavior when interacting with it via the CLI command:
```bash
python -m fastchat.serve.cli --model-path tiiuae/falcon-7b-instruct
```
I tried to start the conversation with a simple "Hello there!", however there seems to be a pre-determined conversation behind the scenes, and it's feeding itself:

Do you know what might be the issue?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the behavior with `python -m fastchat.serve.cli --model-path tiiuae/falcon-7b-instruct` using the main branch. Start by tracing the CLI's conversation handling for this model and determine why prior content is fed back into the conversation; done means a new session starts with only the user's input and produces normal responses.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100