Skip to content

Little changes in .gitignore for Poetry users and Makefile for FreeBSD users #2284

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

Merged
merged 2 commits into from
Jul 21, 2023

Conversation

yukiteruamano
Copy link
Contributor

Hi! This PR resolve two simple issue for Poetry and FreeBSD users.

First, little change for ignore files for Poetry generated files in their venv process.

Second, a fix in Makefile for FreeBSD users. In this OS, platform x86_64 isn't recognize, the correct name is amd64. This fix resolve compilation issues (for example: not enabled AVX support in the generated binary) using CFLAGS and CXXFLAGS with -march=native and -mtune=native for default. Tested in FreeBSD 13.2.

Finally, add two examples for interactive mode using Llama2 models (thx TheBloke for models)

A fix in Makefile for FreeBSD users. In the platfrom x86_64 is amd64. This fix resolve compilation using CFLAGS and CXXFLAGS with -march=native and -mtune=native
Add two examples for interactive mode using Llama2 models (thx TheBloke for models)
@ggerganov ggerganov merged commit 73643f5 into ggml-org:master Jul 21, 2023
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

Successfully merging this pull request may close these issues.

2 participants