# Issue Resolution for Project Creation

**URL:** https://discuss.flower.ai/t/issue-resolution-for-project-creation/401
**Category:** FlowerTune LLM Leaderboard
**Created:** [November 4, 2024, 8:51pm UTC](https://discuss.flower.ai/t/issue-resolution-for-project-creation/401 "2024-11-04T20:51:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![yan-gao](https://dub1.discourse-cdn.com/flex013/user_avatar/discuss.flower.ai/yan-gao/32/39_2.png) [@yan-gao](https://discuss.flower.ai/u/yan-gao)
#### Post date: [November 4, 2024, 8:51pm UTC](https://discuss.flower.ai/t/issue-resolution-for-project-creation/401/1 "2024-11-04T20:51:16Z")

</div>

We hope you’re having a great time participating in the FlowerTune LLM leaderboard! 🔥

We’ve identified a minor issue with the dataset formatting process, which has now been resolved. Here’s a quick guide to ensure everything runs smoothly:

- For new projects, please update your `flwr` version by running `pip install git+` `https://github.com/adap/flower.git@d92453d` (until `flwr==1.13.0` is out) and then run `flwr new --framework=FlowerTune` to create your project.

- If you already created a project with `flwr 1.12.0`, please manually change the second last line in function `load_data()` in `dataset.py`:  
`client_trainset = reformat(client_trainset, llm_task="generalnlp") # set llm_task correctly`. Update the line so `llm_task` is one of `generalnlp, medical, finance, code` (depending on the challenge you chose).

We apologise for any inconvenience this may have caused and are excited to see your upcoming submissions! 🧑‍🚒
