Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GZDXGeorge opened this issue Oct 10, 2023 · 2 comments
Closed

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

GZDXGeorge opened this issue Oct 10, 2023 · 2 comments

Comments

@GZDXGeorge
Copy link

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?

@GZDXGeorge GZDXGeorge changed the title Colab examples"Question-Answer LLM Finetuning" Colab examples"Question-Answer LLM Finetuning" Error Oct 10, 2023
@ninazwei90
Copy link
Contributor

ninazwei90 commented Oct 10, 2023

@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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants