lamini-ai / lamini

Apache License 2.0
2.5k stars 155 forks source link

Colab examples"Question-Answer LLM Finetuning" Error #27

Closed GZDXGeorge closed 11 months ago

GZDXGeorge commented 11 months ago

Problem1:

!pip install --upgrade --force-reinstall --ignore-installed lamini

When I just run this script,there will be an error:"AttributeError: module 'numpy.linalg._umath_linalg' has no attribute '_ilp64'"
I have solved this problem by myself.We can change it into

!pip install --upgrade  lamini==0.0.19

Problem2:

9676bf7266513b6fe234d861ffcdc3b It's my first time to use lamini,I still have some available credits. image image

Can you tell me how to resolve the problem?

ninazwei90 commented 11 months ago

@GZDXGeorge hey! this is the correct code -- we recently had a big upgrade of our python library !pip install --upgrade --force-reinstall --ignore-installed lamini

have you tried other colab examples, if so, can you run them? https://www.lamini.ai/examples

I have also responded to your email -- happy to hop on a call

ninazwei90 commented 11 months ago

Hey! @GZDXGeorge this should be fixed. Please try again https://www.lamini.ai/examples. Do reach out if you need help at nina@lamini.ai