-
### What happened + What you expected to happen
I am trying to load a quantized large model with vLLM. It is able to start the model loading, but it sometimes will stop loading the model and return…
-
# train model
blast = cb.blast.BLAST(models, train) #.build_empirical()
# this work well,but when I interpret it return error
test_pred = blast.query(test)
[INFO] Cell BLAST: Projecting to latent …
-
I was testing out the library for the model on a single GPU for training.
Used the following command to run the training,
```
CUDA_DEVICE_MAX_CONNECTIONS=1 torchrun --nproc_per_node=1 run_train.py …
hz-nm updated
18 hours ago
-
### 🚀 The feature, motivation and pitch
Currently, there is a [parallel_tool_calls](https://github.com/vllm-project/vllm/blob/18b296fdb2248e8a65bf005e7193ebd523b875b6/vllm/entrypoints/openai/protocol…
-
When we have a Feature in STA that is a parallel twin of a Feature in an external system, the FeatureType of the STA Feature should point to the conceptual (or logical or physical?) model of the featu…
-
Hi there,
I hope you are doing well and thanks for developing this beautiful PFM version.
I am continuously working with the **cfdemSolverMultiphaseScalar** solver, and have faced an issue. For in…
-
### Description
I've been finding that `tox -e build_docs` will succeed locally but then a PR will fail on readthedocs. It also gives a number of warnings about poorly constrained fits, and a non-fat…
mhvk updated
2 months ago
-
TFB is truly one of the best time series benchmarks I have ever had the pleasure of using. However, I have encountered an issue when attempting to train models using multiple GPUs.
As you may be a…
-
Without a doubt, the slowest part of the compilation is the model generation, so an improvement would be making it run in parallel: instead of passing a list of c files to c2goto to generate a single …
-
**Describe the bug**
Hey @HenryHengZJ, after experimenting with multiple AgentFlows in Flowise using GPT-4o, I've encountered a well-known upstream bug with GPT-4o called the "multi_tool_use.parallel…