From ada178338f0d0368848abb1ef936c357c9aaf388 Mon Sep 17 00:00:00 2001 From: cpfiffer Date: Wed, 7 Feb 2024 01:50:07 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=203a2e5?= =?UTF-8?q?2d85bffd57fd02b567031118e7a0eaeaf5a=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 404.html | 2 +- index.html | 2 +- tag/code/index.html | 2 +- tag/syntax/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/404.html b/404.html index 0911bf5..577783e 100644 --- a/404.html +++ b/404.html @@ -1 +1 @@ - 404

404


The requested page was not found



Click here to go back to the homepage.
CC BY-SA 4.0 Cameron Pfiffer. Last modified: February 07, 2024. Website built with Franklin.jl and the Julia programming language.
\ No newline at end of file + 404

404


The requested page was not found



Click here to go back to the homepage.
CC BY-SA 4.0 Cameron Pfiffer. Last modified: February 07, 2024. Website built with Franklin.jl and the Julia programming language.
\ No newline at end of file diff --git a/index.html b/index.html index 7841c95..befbbd2 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ - JuliaGenAI

JuliaGenAI

JuliaGenAI is a GitHub organization created to promote Julia as a tool for generative artifical intelligence applications, development, and research. The organization is not intended to usurp robust tools like llama.cpp, ggml, ollama, etc.

Rather, JuliaGenAI is intended to provide a platform for furthing access to these tools in Julia, as well as to motivate the development of new tools and libraries for generative AI.

You can see which language models tend to perform best on Julia code generation here.

Google Summer of Code 2024 with JuliaGenAI

JuliaGenAI is participating in Google Summer of Code 2024, and is currently seeking students to work on a variety of projects. Leap into JuliaGenAI's Google Summer of Code: Unleash your potential, learn about practical applications, and make pivotal contributions in the exciting world of generative AI with Julia—a chance to grow, impact, and thrive in an expanding ecosystem.

Learn more!

JuliaGenAI is a new organization, and as such, it is still in the process of developing its first packages. However, we have several packages that represent the type of work we hope to promote. Please see awesome-generative-ai-meets-julia-language for more.

Interfaces to existing tools

Model training and inference

Why Julia?

Julia is a fantastic tool for generative AI, for several reasons.

  1. Expressiveness. Julia is a high-level language with a powerful syntax that is token-cheap – that is, you get a lot of "program" per token. It's not unlikely that AI agents will be writing code on their own in a lightly-monitored way, and Julia's syntax is well-suited to low-cost AI code generation.

  2. Interactiveness. Julia is a just-in-time compiled language, which means that it's fast to run, but also fast to develop in. This is important for AI development, where the ability to quickly prototype and test ideas is crucial. It has first-in-class REPL (read-eval-print loop) support, which could potentially be very important for rapid prototype development.

  3. Performance. Julia is fast. Nuff' said.

  4. Community. Julia has a fantastic community, and it's growing. This is important for the development of AI tools, as it means that there are more people to help develop and maintain the tools that we need.

  5. Ecosystem. Julia has a fantastic and growing ecosystem built by a wonderful community of developers.

How to contribute

We are always looking for new contributors. If you have an idea for a package, or if you would like to contribute to an existing package, please feel free to reach out to us. We are also looking for people to help with documentation, testing, and other non-coding tasks.

Contact

You can reach out to the organizing committee:

You can reach us on the Julia Slack & Zulip at the #generative-ai channel. You can also find us at the Discord server, or the discussion forum at discourse.julialang.org.

CC BY-SA 4.0 Cameron Pfiffer. Last modified: February 07, 2024. Website built with Franklin.jl and the Julia programming language.
\ No newline at end of file + JuliaGenAI

JuliaGenAI

JuliaGenAI is a GitHub organization created to promote Julia as a tool for generative artifical intelligence applications, development, and research. The organization is not intended to usurp robust tools like llama.cpp, ggml, ollama, etc.

Rather, JuliaGenAI is intended to provide a platform for furthing access to these tools in Julia, as well as to motivate the development of new tools and libraries for generative AI.

You can see which language models tend to perform best on Julia code generation here.

Google Summer of Code 2024 with JuliaGenAI

JuliaGenAI is participating in Google Summer of Code 2024, and is currently seeking students to work on a variety of projects. Leap into JuliaGenAI's Google Summer of Code: Unleash your potential, learn about practical applications, and make pivotal contributions in the exciting world of generative AI with Julia—a chance to grow, impact, and thrive in an expanding ecosystem.

Learn more!

JuliaGenAI is a new organization, and as such, it is still in the process of developing its first packages. However, we have several packages that represent the type of work we hope to promote. Please see awesome-generative-ai-meets-julia-language for more.

Interfaces to existing tools

Model training and inference

Why Julia?

Julia is a fantastic tool for generative AI, for several reasons.

  1. Expressiveness. Julia is a high-level language with a powerful syntax that is token-cheap – that is, you get a lot of "program" per token. It's not unlikely that AI agents will be writing code on their own in a lightly-monitored way, and Julia's syntax is well-suited to low-cost AI code generation.

  2. Interactiveness. Julia is a just-in-time compiled language, which means that it's fast to run, but also fast to develop in. This is important for AI development, where the ability to quickly prototype and test ideas is crucial. It has first-in-class REPL (read-eval-print loop) support, which could potentially be very important for rapid prototype development.

  3. Performance. Julia is fast. Nuff' said.

  4. Community. Julia has a fantastic community, and it's growing. This is important for the development of AI tools, as it means that there are more people to help develop and maintain the tools that we need.

  5. Ecosystem. Julia has a fantastic and growing ecosystem built by a wonderful community of developers.

How to contribute

We are always looking for new contributors. If you have an idea for a package, or if you would like to contribute to an existing package, please feel free to reach out to us. We are also looking for people to help with documentation, testing, and other non-coding tasks.

Contact

You can reach out to the organizing committee:

You can reach us on the Julia Slack & Zulip at the #generative-ai channel. You can also find us at the Discord server, or the discussion forum at discourse.julialang.org.

CC BY-SA 4.0 Cameron Pfiffer. Last modified: February 07, 2024. Website built with Franklin.jl and the Julia programming language.
\ No newline at end of file diff --git a/tag/code/index.html b/tag/code/index.html index facaa32..29272e4 100644 --- a/tag/code/index.html +++ b/tag/code/index.html @@ -1 +1 @@ - Tag: code

Tag: code

CC BY-SA 4.0 Cameron Pfiffer. Website built with Franklin.jl and the Julia programming language.
\ No newline at end of file + Tag: code

Tag: code

CC BY-SA 4.0 Cameron Pfiffer. Website built with Franklin.jl and the Julia programming language.
\ No newline at end of file diff --git a/tag/syntax/index.html b/tag/syntax/index.html index d01f9ed..5b0b4d2 100644 --- a/tag/syntax/index.html +++ b/tag/syntax/index.html @@ -1 +1 @@ - Tag: syntax

Tag: syntax

CC BY-SA 4.0 Cameron Pfiffer. Website built with Franklin.jl and the Julia programming language.
\ No newline at end of file + Tag: syntax

Tag: syntax

CC BY-SA 4.0 Cameron Pfiffer. Website built with Franklin.jl and the Julia programming language.
\ No newline at end of file