Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for updateRequirements (0.16 sec)

  1. src/cmd/go/internal/modload/load.go

    		//
    		// When all of the work in the queue has completed, we'll know that the
    		// transitive closure of dependencies has been loaded.
    		<-ld.work.Idle()
    
    		ld.buildStacks()
    
    		changed, err := ld.updateRequirements(ctx)
    		if err != nil {
    			ld.error(err)
    			break
    		}
    		if changed {
    			// Don't resolve missing imports until the module graph has stabilized.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  2. ci/official/wheel_test/update_requirements.sh

    A. Unique TensorFlower <******@****.***> 1693505552 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 31 18:17:57 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  3. ci/official/wheel_test/README.md

    1.  Navigate to the relevant directory:
        ```
        cd ci/official/wheel_test
        ```
    2.  Run a script for creating requirements file:
        ```
        bash update_requirements.sh <path_to_tensorflow_wheel> <python_version>
        e.g.:
        bash update_requirements.sh /tmp/tensorflow-2.14.0-cp311-cp311-linux_x86_64.whl 3_11
        ```
    
    #### Requirements Updater Script
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 31 18:17:57 UTC 2023
    - 3.3K bytes
    - Viewed (0)
Back to top