This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sourcing setup-cuda-hook | |
Running phase: unpackPhase | |
@nix { "action": "setPhase", "phase": "unpackPhase" } | |
unpacking source archive /nix/store/b3bw5vnj7ydqqzlwis9p8n7lipihrj8n-magma-2.9.0.tar.gz | |
source root is magma-2.9.0 | |
setting SOURCE_DATE_EPOCH to timestamp 1737557019 of file "magma-2.9.0/docs/html/topics.js" | |
Running phase: patchPhase | |
@nix { "action": "setPhase", "phase": "patchPhase" } | |
patching script interpreter paths in tools/ | |
tools/checklist_run_tests.py: interpreter directive changed from "#!/usr/bin/env python" to "/nix/store/djck7mx6jad1w0yy6zings96dyxanls6-python3-3.13.5/bin/python" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GNU Make 4.4.1 | |
Built for x86_64-pc-linux-gnu | |
Copyright (C) 1988-2023 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. | |
Reading makefiles... | |
Updating makefiles.... | |
Updating goal targets.... | |
File 'CMakeFiles/_relu_acf2ddc_dirty.dir/build' does not exist. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch | |
from . import _activation_psnp6q5y4k4wg | |
ops = torch.ops._activation_psnp6q5y4k4wg | |
def add_op_namespace_prefix(op_name: str): | |
""" | |
Prefix op by namespace. | |
""" | |
return f"_activation_psnp6q5y4k4wg::{op_name}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake_minimum_required(VERSION 3.26) | |
project(activation LANGUAGES CXX) | |
set(TARGET_DEVICE "cuda" CACHE STRING "Target device backend for kernel") | |
install(CODE "set(CMAKE_INSTALL_LOCAL_ONLY TRUE)" ALL_COMPONENTS) | |
include(FetchContent) | |
file(MAKE_DIRECTORY ${FETCHCONTENT_BASE_DIR}) # Ensure the directory exists | |
message(STATUS "FetchContent base directory: ${FETCHCONTENT_BASE_DIR}") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pkgs/rocm-packages/rocm-6.3.4-metadata.json b/pkgs/rocm-packages/rocm-6.3.4-metadata.json | |
index 190da56..1d0a325 100644 | |
--- a/pkgs/rocm-packages/rocm-6.3.4-metadata.json | |
+++ b/pkgs/rocm-packages/rocm-6.3.4-metadata.json | |
@@ -12,7 +12,7 @@ | |
}, | |
{ | |
"name": "amd-smi-lib-rpath", | |
- "sha256": "19277765db20c680667a91968790f5b86e2c8c5cd344d640f784f639b9fff7a9", | |
+ "sha256": "55c5651c6ebb418795a9e51edd24dd98e3d27ac0c6252629cffdae0cfb875816", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
fetchFromGitHub, | |
buildFHSEnv, | |
stdenv, | |
makeWrapper, | |
}: | |
let | |
pname = "lenovo-wwan-unlock"; | |
version = "2.1.3"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_name_or_path": "/scratch/daniel/.cache/huggingface/hub/models--meta-llama--Meta-Llama-3.1-8B-Instruct/snapshots/0e9e39f249a16976918f6564b8830bc894c89659", | |
"architectures": [ | |
"LlamaForCausalLM" | |
], | |
"attention_bias": false, | |
"attention_dropout": 0.0, | |
"bos_token_id": 128000, | |
"compression_config": { | |
"config_groups": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# tc -s qdisc | |
qdisc noqueue 0: dev lo root refcnt 2 | |
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) | |
backlog 0b 0p requeues 0 | |
qdisc mq 0: dev eth0 root | |
Sent 761134400 bytes 2005241 pkt (dropped 24, overlimits 0 requeues 686) | |
backlog 0b 0p requeues 686 | |
qdisc fq_codel 0: dev eth0 parent :10 limit 10240p flows 1024 quantum 1518 target 5ms interval 100ms memory_limit 4Mb ecn drop_batch 64 | |
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) | |
backlog 0b 0p requeues 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
inputs = { | |
tgi-nix.url = "github:danieldk/tgi-nix"; | |
#tgi-nix.url = "path:/home/daniel/git/tgi-nix"; | |
nixpkgs.follows = "tgi-nix/nixpkgs"; | |
flake-utils.url = "github:numtide/flake-utils"; | |
}; | |
outputs = | |
{ | |
self, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pkgs/development/python-modules/torch/default.nix b/pkgs/development/python-modules/torch/default.nix | |
index 4e3d54f4caa4..00d6b2727981 100644 | |
--- a/pkgs/development/python-modules/torch/default.nix | |
+++ b/pkgs/development/python-modules/torch/default.nix | |
@@ -232,7 +232,12 @@ buildPythonPackage rec { | |
}; | |
patches = | |
- lib.optionals cudaSupport [ ./fix-cmake-cuda-toolkit.patch ] | |
+ [ |
NewerOlder