-
The follow Gradle configuration:
```kotlin
val myTask = tasks.register("myTask", Jar::class.java) {
archiveBaseName.set("myJar")
}
appengine {
stage {
setArtifact(myTask.flatMap { it.…
-
Am I correct that the reason `Lazy` is used in evaluation, is that evaluation returns in the strict `M` monad, hence returned values are always forced?
As I see `M` only does fresh var generation. …
-
Let's investigate Nix evaluation performance! We could cover things like:
- https://nixos.wiki/wiki/Nix_Evaluation_Performance (written by me!)
- Laziness and thunks (also see https://github.com/twe…
-
Currently, incompatibilities in `shape`, `device` or `dtype` between `LazyTensor`s can be very hard to debug, since they manifest at evaluation time deep inside the code, multiple levels deep.
Let…
-
- `nonblocking/coordinates.hpp` misses `omp/config.hpp` include.
- lazy evaluation could be a singleton class, which would preclude having to declare an external `grb::internal::le` variable whenever…
-
# What
Implement Generator Comprehensions
# Why
Support for lazy evaluation.
-
- [ ] lazy evaluation of a query
- [ ] deleteAll() https://github.com/yiisoft/yii2/issues/13921#issuecomment-293706000
- [ ] validateAll()
- [ ] saveAll()
- [ ] updateAll()
-
环境与requirements.txt中一致,除了用的是bitsandbytes-0.41.3
在单张80G H100上运行bash fintune_lora_llama3_8B_chat.sh,报错CUDA out of memory
下面是完整的log,请问是什么原因导致的
[2024-10-22 12:37:30,959] [INFO] [real_accelerator.py:1…
-
### Category
Cedar language or syntax features/changes
### Describe the feature you'd like to request
In order to have typing preservation, #874 reduced the precision of partial evaluation when eva…
-
it should :- Django-like 'iterable' classes that return values in the expected format - allowing us to keep the actual 'evaluation' (not really evaluation, but you know what I mean!) 'lazy'
-A values…