RomeoV

Results 36 issues of RomeoV

Simple command line call for settings the downloaded picture for the sway desktop environment.

Hello, thanks for the awesome work! Is it possible to run something like `npx dalai serve 3000 13B` in order to serve the 13B model (or similar) on port 3000?...

### Motivation and description Currently the startup time for using this package is quite long. For example, running the code snippet below takes about 80s on my machine, which is...

Awesome work on this project! Just a note: Navigating to [the README](https://fluxml.ai/FastAI.jl/dev/FastAI@dev/doc/README.md.html), there's three "Getting started" links which are all dead.

### Summary This commit adds two simple functions `WithDims` (and `WithUnits`) that return a `Quantity` type with the dimensions (and units) constrained to those of the parameters With this PR,...

When registering a package, an email is sent out where one is directed to https://julialang.github.io/Pkg.jl/dev/creating-packages/#Package-naming-guidelines-1 That link is broken. I believe instead it should point to https://pkgdocs.julialang.org/v1/creating-packages/#Package-naming-guidelines

This package is almost ready to be used straight up with StaticArrays. Most variables are already written in a general way, there are just two blockers: The preallocated buffers `JJ`...

needs tests

I just encountered a very tricky silent bug while slinging around `AffineMap`, `LinearMap`, `Transformation` etc. In summary, I have some 3D rotation matrices stored as `LinearMap` and tried to combine...

Hello! As far as I can tell, the current state of symex-2.0 aims at integrating tree-sitter functionality through the tree-sitter.el library. However, now that tree-sitter has landed in the emacs-29...

Hello, first of all thanks for this awesome package - this is very impressive! We often run into resource constraints when running larger models from huggingface, even just for inference....