shaunstoltz

Results 8 comments of shaunstoltz

I got this working by used the source and removing all the scss imports as they were bugging in my build environment. Simple import of the index.js file from the...

Hi, sorry I abandoned this in favor of https://github.com/akiran/react-slick that just seems to work our of the box

I got this working by used the source and removing all the scss imports as they were bugging in my build environment. Simple import of the index.js file from the...

I got this working by used the source and removing all the scss imports as they were bugging in my build environment. Simple import of the index.js file from the...

I have the same issue trying to train. Downloaded slim weight and using ./config/20B.yml and running "python3 ./deepy.py train.py ./configs/20B.yml" gives this error: RuntimeError: Error(s) in loading state_dict for EmbeddingPipe:...

Same issue, dosnt work.

Same for me: ``` client = instructor.from_litellm(completion) completion_return = client.chat.completions.create_iterable( messages=[{"role": "user", "content": prompt}], response_model=task_decomp, model=model, ) ``` Error: issubclass() arg 1 must be a class ``` class task_decomp(BaseModel): index:...