-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
**Submitting author:** @tvh0021 (Trung Ha)
**Repository:** https://github.com/tvh0021/aweSOM
**Branch with paper.md** (empty if default branch):
**Version:** 1.0.0
**Editor:** @gkthiruvathukal
**Revi…
-
### Code
```Rust
use std::collections::HashMap;
pub trait MyTrait {
type Item;
fn foo(&self, other: &Self) -> ();
}
impl MyTrait for HashMap
where
K: ::std::hash::Hash,
{
type Item = …
poday updated
2 weeks ago
-
We got following issue while running your project for MSU AI club Campus VIsion Challenge:
Custom code for evaluation:
```python
import os
import sys
import matplotlib.pyplot as plt
impor…
-
### 🚀 The feature, motivation and pitch
I would like vllm to support sampling parameters with `max_tokens=0`. This would be great to have in a scenario where the log probs of the input prompt are of …
-
### Code
```Rust
/// what's funny is that this code was suggested by chatgpt
enum HierarchicalItem {
Element(T),
Group(I),
}
struct HierarchicalIterator
where
I: Iterator,
{
stack:…
-
Hi,
Thank you for this great package!
We are trying to reproduce the [experimental holography example](https://slmsuite.readthedocs.io/en/latest/_examples/experimental_holography.html#Fourier-Ca…
-
Hi. I'm trying to construct halo catalogue with rockstar version of yt_astro_analysis. I reinstalled software a couple of times, made sure that library path to rockstar is right and rockstar-galaxies …
-
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
I was using BERTopic on a cluster of queries with my own embeddings (computed on a m…
-
| --- | --- |
| Bugzilla Link | [499816](https://bugs.eclipse.org/bugs/show_bug.cgi?id=499816) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Aug 17, 2016 06:16 EDT |
| Modified | May…