Skip to content

Commit

Permalink
chore: fix typo in translations
Browse files Browse the repository at this point in the history
  • Loading branch information
mspronesti authored Feb 5, 2024
1 parent a958eea commit 1d4f7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"View": "View Project",
"ProjSubtitle": "Here are a few projects I've worked on recently",
"Proj1": "Rust implementation of the diffusers API, equivalent to huggingface's diffusers. Based on the tch-rs crate (Torch in Rust), this implementation is complete enough so as to be able to run Stable Diffusion v1.5 and v2.1. Main open-source contributor.",
"Proj2": "High-performance header-only C++20 library for bayesian inference on discrete bayesian networks, supporting both CPU and GPU implementations (Cuda and OpenCL) of inference algorithms and copy-on-write (CoW) memory optimizations.",
"Proj2": "High-performance header-only C++20 library for Bayesian inference on discrete Bayesian networks, supporting both CPU and GPU implementations (CUDA and OpenCL) of inference algorithms and copy-on-write (CoW) memory optimizations.",
"Proj3": "Python toolkit for quantum machine learning, developed on top of Qiskit, offers well-known supervised and unsupervised machine learning implementations for a gated quantum computer. Winner of a University award for best project.",
"Proj4": "Personal website portfolio for professional usage. Built with React, NodeJS and ❤️. Highly customizable and easy to use.",
"Proj5": "Pandas AI is a Python library that integrates generative artificial intelligence capabilities into Pandas, supporting a wide variety of Large Language Models (LLMs) and making dataframes conversational. Main open source contributor.",
Expand Down

0 comments on commit 1d4f7f3

Please sign in to comment.