-
-
Hey Team,
Thank you for this awesome work and for releasing the super clean training code! We are super interested in reproducing result on Mistral 7b model.
I have trained a Mistral model with …
-
Let's try to DRY (don't repeat yourself) out this code a bit. As of now we have several locations in the code where the code is repeated.
First in our state management and second in our template. …
-
-
**Intended outcome:**
After setting up MockedProvider with query mocks, uselazyquery hook should return mocked data after loading state.
**Actual outcome:**
Data is undefined, and no query …
-
*most setup issues such as `default app has not been initialized` etc are all down to an incorrect setup as the guides haven't been correctly followed.*
^ I am pretty certain i've gone through the co…
-
at the babel docs' index page, the section about [jsx and react](https://babeljs.io/docs/en/#jsx-and-react), an example snippet goes like
```jsx
export default function DiceRoll(){
const [num,…
-
Modified: Wed 14 Feb 2024 05:07:40 UTC
## Required actions to clear for release
@johnnovak responding to me:
### Release Candidate 1 (release date: 22 Dec 2023)
- [x] The final release not…
-
### Steps to reproduce
1. Send a singular Dice, Football or Target Emoji
2. Wait for the animation to play
3. React to the message with an emoji
### Expected behaviour
Nothing, the animation do…
-
# 🐛 bug report
Upgrading parcel to 2.8.3 (from 2.8.2) caused some builds to break. It's not clear what exactly happened, but I think everything was related to sass.
I don't know if transformers…