Skip to content

Commit

Permalink
adding ml info
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlcocerT committed Feb 4, 2024
1 parent af26eda commit f82ba38
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion content/docs/Linux_&_Cloud.md/llms.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,7 @@ Unlike traditional neural networks that process data sequentially (like RNNs and
In HuggingFace you will find really cool and Open AI Projects to try out:

* Image to Code: <https://huggingface.co/spaces/HuggingFaceM4/screenshot2html>
* Audio to text: <https://huggingface.co/spaces/sanchit-gandhi/whisper-jax>
* Audio to text: <https://huggingface.co/spaces/sanchit-gandhi/whisper-jax>

<!--
### How to install Torch? -->
10 changes: 8 additions & 2 deletions content/docs/Linux_&_Cloud.md/selfhosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ volumes:
You can also try with
```sh
python -m venv pilot-env (create a virtual environment)
source pilot-env/bin/activate (or on Windows pilot-env\Scripts\activate) (activate the virtual environment)
python -m venv your-env #(create a virtual environment)
source your-env/bin/activate #(or on Windows your-env\Scripts\activate) (activatea the venv)
#deactivate
```

Expand All @@ -104,6 +104,10 @@ conda deactivate

* Ollama

{{< callout type="info" >}}
The [ML Compilation for LLMs](https://github.com/mlc-ai/mlc-llm) project aims to spread the development and deployment of AI Models.
{{< /callout >}}

### Text-to-Image

* Automatic111
Expand All @@ -116,6 +120,8 @@ conda deactivate

Thanks to to [Tech-Practice](https://www.youtube.com/watch?v=HPO7fu7Vyw4&t=445s) for inspiration.



## Productivity

## Communication
Expand Down

0 comments on commit f82ba38

Please sign in to comment.