-
(Taken from https://github.com/rust-rfcs/unsafe-code-guidelines/issues/69#issuecomment-459445822.)
How do we feel about this code -- UB or not?
```rust
fn main() { unsafe {
let mut x = Some(…
-
## eval 步骤:
1. eval in our model 7B finetune base llama https://github.com/Chenqll/NUS_plp_project/issues/4#issuecomment-1520129690
2. eval in general 7B llama model https://github.com/Chenqll/NUS_p…
-
I'm starting this thread to begin discussions about the upcoming weights sprint. The current experimental implementation is in the [`geographs` branch, the `weights/experimental` module](https://githu…
-
Given a unioned type `union _Entity = UserProfile | Plan | Subscription_ | Customer | Organization`
The client generation bails with:
```scala
error: Query.scala: org.scalafmt.dynamic.exception…
-
Abstract:
We propose to replace vector quantization (VQ) in the latent representation of VQ-VAEs with a simple scheme termed finite scalar quantization (FSQ), where we project the VAE representatio…
-
Hello
I've recently uploaded numpy/1.8.3 to debian, and the test suite reported a failure when running on the architecture `armel`, full log at https://buildd.debian.org/status/fetch.php?pkg=numpy&ar…
-
At the moment all GraphQL types share one global namespace. This is also true for all of the fields in mutation/subscription type. It can be a concern for bigger projects which may contain several loo…
-
As part of trying to fix https://github.com/Macaulay2/M2/issues/1273, I encountered the following bug (or at least, inconsistent behaviour):
```
i1 : R=QQ[x,y]
o1 = R
o1 : PolynomialRing
i2…
pzinn updated
12 months ago
-
This builds on the discussions had during the recent [BIDS Workshop](https://pestillilab.github.io/bids-workshop/#program) and follows up after #68. This would be a counter-argument against bids-stand…
-
The following code works with chrono 0.4.31, but fails with 0.4.32:
```rust
fn main() {
use chrono::NaiveDate;
let min_naive_date: NaiveDate = NaiveDate::MIN;
assert_eq!(
m…